about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k8sgpt
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-04 15:08:31 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-04 15:08:31 +1000
commit8ccbd9fd3dc6ba9636ac9b92bea0366b974f3066 (patch)
tree29b981fa5df083bfa0d7aa769ea5a2a8968d6f3c /pkgs/applications/networking/cluster/k8sgpt
parent81a8aa7652a5046580ee7ee6ce51d83716164420 (diff)
k8sgpt: 0.3.13 -> 0.3.14
Diffstat (limited to 'pkgs/applications/networking/cluster/k8sgpt')
-rw-r--r--pkgs/applications/networking/cluster/k8sgpt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/k8sgpt/default.nix b/pkgs/applications/networking/cluster/k8sgpt/default.nix
index 1cfa5865c3dcf..81e2408528bea 100644
--- a/pkgs/applications/networking/cluster/k8sgpt/default.nix
+++ b/pkgs/applications/networking/cluster/k8sgpt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "k8sgpt";
-  version = "0.3.13";
+  version = "0.3.14";
 
   src = fetchFromGitHub {
     owner = "k8sgpt-ai";
     repo = "k8sgpt";
     rev = "v${version}";
-    hash = "sha256-JXKM39tODHg5jRE5p0u5xETPFDZrQgFri3FrYJFVUZU=";
+    hash = "sha256-n1bWAx3BQxgiuhDdTb2HU1DSEBQqOP/ek9bJBZlbWEM=";
   };
 
-  vendorHash = "sha256-L8/GLhjCI93R9S1fE+wgXyPObIXRMkj5MF71iWAZVQk=";
+  vendorHash = "sha256-FUgIziVI99kL3dLJLqVFPEmQqLKXxAMie2q46sp0PeU=";
 
   CGO_ENABLED = 0;