about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubecolor
diff options
context:
space:
mode:
authorKalle Fagerberg <kalle.fagerberg@riskident.com>2024-01-25 17:03:00 +0100
committerKalle Fagerberg <kalle.fagerberg@riskident.com>2024-01-25 17:28:50 +0100
commit1b7626ec30700dcd71c8c2cff9761b8001f537ee (patch)
tree135a089308da24d69f4f03c3cf7de5ed04a9c95e /pkgs/applications/networking/cluster/kubecolor
parent8235526030af3b32bbc79d96c45960350b6316a7 (diff)
kubecolor: 0.2.0 -> 0.2.2
Fixes some critical bugs that render the tool almost useless.

https://github.com/kubecolor/kubecolor/releases/tag/v0.2.1
https://github.com/kubecolor/kubecolor/releases/tag/v0.2.2
Diffstat (limited to 'pkgs/applications/networking/cluster/kubecolor')
-rw-r--r--pkgs/applications/networking/cluster/kubecolor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubecolor/default.nix b/pkgs/applications/networking/cluster/kubecolor/default.nix
index a51eea852fc27..2b41250c628b1 100644
--- a/pkgs/applications/networking/cluster/kubecolor/default.nix
+++ b/pkgs/applications/networking/cluster/kubecolor/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubecolor";
-  version = "0.2.0";
+  version = "0.2.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WDnuEC2uXo7wybOh0wRiKZt70JMrWteWINuZ+C7lbo8=";
+    sha256 = "sha256-zXglsfPsJi9DVxlRPniSBsdF1xEMYqqGr46ThpQj3gQ=";
   };
 
   vendorHash = "sha256-uf7nBnS1wmbz4xcVA5qF82QMPsLdSucje1NNaPyheCw=";
@@ -20,6 +20,6 @@ buildGoModule rec {
     homepage = "https://github.com/kubecolor/kubecolor";
     changelog = "https://github.com/kubecolor/kubecolor/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ ivankovnatsky SuperSandro2000 ];
+    maintainers = with maintainers; [ ivankovnatsky SuperSandro2000 applejag ];
   };
 }