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>2021-05-11 04:52:09 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-17 13:36:42 -0700
commita3815cb24eecf45e78df046e942b4a5dfe4acea8 (patch)
tree086fcc402fcc9a13e10df8c1b8e77057b58a8f75 /pkgs/applications/networking/cluster/helmfile
parentf4ae47ccf9acae671a5fcccbad6cbe13265612ff (diff)
helmfile: 0.139.0 -> 0.139.3
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 53b0412343862..4c6040c028ba9 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.139.0";
+  version = "0.139.3";
 
   src = fetchFromGitHub {
     owner = "roboll";
     repo = "helmfile";
     rev = "v${version}";
-    sha256 = "sha256-bwhiua+KQdt9fyvM4TeS6Mm7EQB9K2L04FPhGS380xI=";
+    sha256 = "sha256-Cg4FFTowrWMDfpaMJwrOSs3ykZxH378OMR+1+vJt5e8=";
   };
 
-  vendorSha256 = "sha256-Qpou4e1My/obIHL/4/IEUml0F82atIwPGZX5+vpvk0k=";
+  vendorSha256 = "sha256-Hs09CT/KSwYL2AKLseOjWB5Xvvr5TvbzwDywsGQ9kMw=";
 
   doCheck = false;