about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-11 07:46:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-11 07:46:12 +0000
commite4c791fcf90c05bcb099691584540d707e1e707a (patch)
tree0323c3aed479ce628fabd9d87c326a8f47d7d891 /pkgs/applications/networking/cluster/helm
parent907f5f46fad98375306ffd85808a22a8aaf6ba47 (diff)
kubernetes-helmPlugins.helm-diff: 3.8.0 -> 3.8.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
index cb8ae21783952..ec5a4eb4f35e9 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "helm-diff";
-  version = "3.8.0";
+  version = "3.8.1";
 
   src = fetchFromGitHub {
     owner = "databus23";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7HUD6OcAQ4tFTZJfjdonU1Q/CGJZ4AAZx7nB68d0QQs=";
+    sha256 = "sha256-x3tTHiuw0CtvsOCB7oPd9EB+B5T1m6Hn7O1CriYahuA=";
   };
 
   vendorHash = "sha256-2tiBFS3gvSbnyighSorg/ar058ZJmiQviaT13zOS8KA=";