about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Kuznetsov <neosloth@sent.com>2024-06-27 23:24:53 -0700
committerEric Bailey <yurrriq@users.noreply.github.com>2024-06-28 17:43:04 -0500
commitecd9a5753a5078132dc9bfb95902abecbed31eef (patch)
tree0d6badeb954d76569d6f6153da00bfd28ba15c88
parent3016a5b8946eb4b54d8e58451fdd4bb8465d4a9a (diff)
kubernetes-helmPlugins.helm-diff: 3.9.5 -> 3.9.8
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
index e0bf652558dee..0b97512e59c1b 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
@@ -2,16 +2,16 @@
 
 buildGo122Module rec {
   pname = "helm-diff";
-  version = "3.9.5";
+  version = "3.9.8";
 
   src = fetchFromGitHub {
     owner = "databus23";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-6XkiGSbZzkYnqaHcoZQckADGVcWmSWL87MVzqb98lMQ=";
+    hash = "sha256-HGQTnvtL9hksy0B9U6jK8kkyoc3g0lmuBRV3vsg9Yao=";
   };
 
-  vendorHash = "sha256-E0ERop/TBr36sfTKCD+DdZwHSkhYdGmvKoJF2gl3gwE=";
+  vendorHash = "sha256-4bYepEVeVg+X0WicktE8BorwgsLGh2cZUn8rgfMExpk=";
 
   ldflags = [ "-s" "-w" "-X github.com/databus23/helm-diff/v3/cmd.Version=${version}" ];