about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-25 13:21:33 +0800
committerGitHub <noreply@github.com>2021-12-25 13:21:33 +0800
commita8600af5c92e7fcc97ae8f0908d5d95a1a128c2d (patch)
tree96f2d3476f5a45a3c36a61595283efbc19ae2e9b /pkgs/applications/networking/cluster
parentc9597ad68f3076eef86b5c1d0a7b5b92af3ea008 (diff)
parentcceddd00ebdf38353a76f1e9c7a9238af7e6d0ad (diff)
Merge pull request #149223 from r-ryantm/auto-update/helmfile
helmfile: 0.141.0 -> 0.142.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 d24dff6fb8a9a..59c3437383a11 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.141.0";
+  version = "0.142.0";
 
   src = fetchFromGitHub {
     owner = "roboll";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "sha256-UwjV3xgnZa0Emzw4FP/+gHh1ES6MTihrrlGKUBH6O9Q=";
+    sha256 = "sha256-kz5U9MPpN+14Eb1D1hjwDfvTOygzg0unyIgrFTFhE0Q=";
   };
 
   vendorSha256 = "sha256-HKHMeDnIDmQ7AjuS2lYCMphTHGD1JgQuBYDJe2+PEk4=";