about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmfile
diff options
context:
space:
mode:
authorEric Bailey <e.bailey@sportradar.com>2021-10-12 13:13:55 -0500
committerEric Bailey <yurrriq@users.noreply.github.com>2021-10-20 09:06:11 -0500
commit5b455776e301b85e1180f71b9237b37e00f7134f (patch)
tree9c4a4b653105e1b57dd70346b8a4057027c58907 /pkgs/applications/networking/cluster/helmfile
parentfcb07a716ff3f01b56cfefe648e1bb9726d77ca5 (diff)
helmfile: 0.140.1 -> 0.141.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helmfile')
-rw-r--r--pkgs/applications/networking/cluster/helmfile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helmfile/default.nix b/pkgs/applications/networking/cluster/helmfile/default.nix
index c9ce179e236e9..a802ce67941b3 100644
--- a/pkgs/applications/networking/cluster/helmfile/default.nix
+++ b/pkgs/applications/networking/cluster/helmfile/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "helmfile";
-  version = "0.140.1";
+  version = "0.141.0";
 
   src = fetchFromGitHub {
     owner = "roboll";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "sha256-QnGu/EGzgWva/EA6gKrDzWgjX6OrfZKzWIhRqKbexjU=";
+    sha256 = "sha256-UwjV3xgnZa0Emzw4FP/+gHh1ES6MTihrrlGKUBH6O9Q=";
   };
 
   vendorSha256 = "sha256-HKHMeDnIDmQ7AjuS2lYCMphTHGD1JgQuBYDJe2+PEk4=";