about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmfile
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-15 06:32:52 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-15 06:32:52 +0000
commitae2e0fcb8fb5e1e68a0dedf94cf8abbb9ff31955 (patch)
tree64bfb8948abe3cb733dc907020458fae2bd3b733 /pkgs/applications/networking/cluster/helmfile
parent6e9b71f0e197a8e15a7b70eab6060147fa4ecaca (diff)
helmfile: 0.134.0 -> 0.134.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helmfile')
-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 64106a7507b41..fe68d90dd920e 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.134.0";
+  version = "0.134.1";
 
   src = fetchFromGitHub {
     owner = "roboll";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "0s64l3dj5ydal7rfyg1avckb2ri7a34y2x7rhbplam8lk0vdzx03";
+    sha256 = "14qlz6b4iddc5qxm4w4pvhkbzv60qzymn3bkyrpbx189b2yfvh6c";
   };
 
-  vendorSha256 = "1p5m5v5lpdyzywq2ybsa9zkygixdkaifn2szxj7v8x162bzf16r5";
+  vendorSha256 = "0nk2f38qjmhy45pw9yz53acmsdy2fdxswqnasvbmfzrb85b0fnfq";
 
   doCheck = false;