about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/plugins
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-23 02:07:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-23 02:07:44 +0000
commit1e8c419898448628d0ad478e83c5f1bb1f8ff478 (patch)
treee1f4b9731a03480b9b5a334e0018297cf1acac14 /pkgs/applications/networking/cluster/helm/plugins
parent493c6d8505ac7ef03cf33797017dd1498ecb1e8c (diff)
kubernetes-helmPlugins.helm-diff: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/plugins')
-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 d1d431b0e60d3..cb8ae21783952 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 @@
 
 buildGoModule rec {
   pname = "helm-diff";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = fetchFromGitHub {
     owner = "databus23";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-bG1i6Tea7BLWuy5cd3+249sOakj2LfAZLphtjMLdlug=";
+    sha256 = "sha256-7HUD6OcAQ4tFTZJfjdonU1Q/CGJZ4AAZx7nB68d0QQs=";
   };
 
-  vendorSha256 = "sha256-80cTeD+rCwKkssGQya3hMmtYnjia791MjB4eG+m5qd0=";
+  vendorHash = "sha256-2tiBFS3gvSbnyighSorg/ar058ZJmiQviaT13zOS8KA=";
 
   ldflags = [ "-s" "-w" "-X github.com/databus23/helm-diff/v3/cmd.Version=${version}" ];