about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-05-03 19:30:56 -0700
committerGitHub <noreply@github.com>2020-05-03 19:30:56 -0700
commit3ff1de34b3697d0579ea51ec3c9ef1367023c2b7 (patch)
tree1bcdb2fd30e408b56fa9157e8e011e7c00b242d7 /pkgs/applications/networking/cluster
parentd9b517fab9fda31e96ab4614877c2c0fecf1e9a2 (diff)
parenta9ce47ad8f881fff31cfe10fb5a15e839019bd6d (diff)
downloadnixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar.gz
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar.bz2
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar.lz
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar.xz
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.tar.zst
nixlib-3ff1de34b3697d0579ea51ec3c9ef1367023c2b7.zip
Merge pull request #86573 from r-ryantm/auto-update/helmfile
helmfile: 0.106.3 -> 0.114.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 1318ff003de3..628ae10f11b7 100644
--- a/pkgs/applications/networking/cluster/helmfile/default.nix
+++ b/pkgs/applications/networking/cluster/helmfile/default.nix
@@ -1,6 +1,6 @@
 { lib, buildGoModule, fetchFromGitHub, makeWrapper, kubernetes-helm, ... }:
 
-let version = "0.106.3"; in
+let version = "0.114.0"; in
 
 buildGoModule {
   pname = "helmfile";
@@ -10,12 +10,12 @@ buildGoModule {
     owner = "roboll";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "0pwkkgdcj9vx6nk574iaqwn074qfpgqd1c44d3kr3xdbac89yfyf";
+    sha256 = "0486wcfizi8xljr29mznc4p11ggz4rvk5n53qvb30f7ry4ncc8n5";
   };
 
   goPackagePath = "github.com/roboll/helmfile";
 
-  modSha256 = "1yv2b44qac0rms66v0qg13wsga0di6hwxa4dh2l0b1xvaf75ysay";
+  modSha256 = "0j7w12rrnsv2h5v0bqh6sjq9anm51zs0p3nzlhwsksw9c98r9avk";
 
   nativeBuildInputs = [ makeWrapper ];