summary refs log tree commit diff
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
parent3dcf767fffc6a2be01f189e9165d7a33175e12d8 (diff)
downloadnixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar.gz
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar.bz2
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar.lz
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar.xz
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.tar.zst
nixpkgs-61aa98e412d8150f7a57b39c57b4751d6ae7e2d8.zip
helmfile: 0.154.0 -> 0.155.0
-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 06612be0629..38bb84d7762 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;