about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmfile
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 19:03:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 19:03:30 +0000
commit61aa98e412d8150f7a57b39c57b4751d6ae7e2d8 (patch)
tree1ad692f53a70321fb57b844a6d9063dddf98458e /pkgs/applications/networking/cluster/helmfile
parent3dcf767fffc6a2be01f189e9165d7a33175e12d8 (diff)
helmfile: 0.154.0 -> 0.155.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helmfile')
-rw-r--r--pkgs/applications/networking/cluster/helmfile/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helmfile/default.nix b/pkgs/applications/networking/cluster/helmfile/default.nix
index 06612be06299a..38bb84d776204 100644
--- a/pkgs/applications/networking/cluster/helmfile/default.nix
+++ b/pkgs/applications/networking/cluster/helmfile/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "helmfile";
-  version = "0.154.0";
+  version = "0.155.0";
 
   src = fetchFromGitHub {
     owner = "helmfile";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "sha256-AKrTpV5Ky94H610iYO31/CBuZkTd1OcxX5Tl0GjNWaA=";
+    sha256 = "sha256-9YOgpXiZegimS81owjHW/in0NbxMTL+DQEgSBWdW7Rs=";
   };
 
-  vendorHash = "sha256-PenQxs5Ds5GQ2LSlFRdpNUN8Y+jKCFSllMncWZwaL4c=";
+  vendorHash = "sha256-ioZJr3v/8HhOEJJZpsCw5Gkbg9XvMMEOugyfRhevWBc=";
 
   doCheck = false;