summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-08-11 06:07:43 -0700
committerGitHub <noreply@github.com>2020-08-11 06:07:43 -0700
commit07b88d890719c3d37ef8550d2fc5ca6c7b103506 (patch)
tree7921df47f4d4ead33822392d32005eeafa523d7c
parentMerge pull request #95115 from primeos/chromium (diff)
parenthelmfile: 0.125.1 -> 0.125.5 (diff)
downloadnixpkgs-07b88d890719c3d37ef8550d2fc5ca6c7b103506.tar.gz
Merge pull request #95077 from r-ryantm/auto-update/helmfile
helmfile: 0.125.1 -> 0.125.5
-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 837aaa5e0a71..d1cfc89f2dfa 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.125.1";
+ version = "0.125.5";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
- sha256 = "0ym9q1rww3r54czkrckdd1ahlym6n61l2563nmj48hkn5d4qxqbm";
+ sha256 = "00c1sppvdnsqay8zk6fz5xz8yw74zv30hq54r4sf1a5rb84nd05h";
};
vendorSha256 = "04mga3jc2c01daygjcn245mv30lc2ibax0mpb1wjk3s8lkl4cxcz";