about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-30 05:59:06 -0500
committerGitHub <noreply@github.com>2023-04-30 05:59:06 -0500
commitdfed79f41f741306e70389a982b53195c72cbfe8 (patch)
tree8d1564500c7c6b0c82641d72a0db1832558ef4d8 /pkgs
parent61c0bbdc1d987b80df6eb4ccc000f8239c71efcf (diff)
parent48bdecfff489df09f1c693682ccd941dc9ced4a9 (diff)
Merge pull request #229025 from r-ryantm/auto-update/helmfile
helmfile: 0.152.0 -> 0.153.1
Diffstat (limited to 'pkgs')
-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 65699cda8518f..43f45f84735da 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.152.0";
+  version = "0.153.1";
 
   src = fetchFromGitHub {
     owner = "helmfile";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "sha256-y7IM9YMbJvDmCwzR4Iz5losKberxtGkMfyxpyuBEb+o=";
+    sha256 = "sha256-XdRA2lFkO98llH1A5GW5wgFsggvO5ZBbNXYZR9eoHgM=";
   };
 
-  vendorHash = "sha256-GRTtpZ4du3FNGpD+LArmNkJFeHs72jkYKYbvp73I/5s=";
+  vendorHash = "sha256-gm/fVtmcmVHyJnzODwfgJeCaFKk2iLjTpLKtdABqdCE=";
 
   doCheck = false;