about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-27 03:04:15 +0200
committerGitHub <noreply@github.com>2024-04-27 03:04:15 +0200
commit266857ef5b399cc6efdeff553b44a3101a4d0343 (patch)
tree08c133a2f5d6ac564fad73a8992b4acbf6e237ad /pkgs/applications/networking/cluster/helm
parent6fe31fee495a81d530861dbb883770019d98ce3a (diff)
parent76ae3e3a06d18c62c26fc209dbaea1558e7d4093 (diff)
Merge pull request #303431 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-git
kubernetes-helmPlugins.helm-git: 0.15.1 -> 0.16.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/helm-git.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-git.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
index 196be4a1524a2..d04faf4400812 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "helm-git";
-  version = "0.15.1";
+  version = "0.16.0";
 
   src = fetchFromGitHub {
     owner = "aslafy-z";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-k8kPuB5GIBjOISL4AM/I4PPrYbrdgYIwVgosMpunZpQ=";
+    sha256 = "sha256-/kUKi2BI6LMMUiy6AaYhpPIXU428Or352xYoDYdym8A=";
   };
 
   nativeBuildInputs = [ makeWrapper ];