Skip to content

Commit

Permalink
helmfile: 0.77.0 -> 0.79.3 (#64044)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helmfile/versions
  • Loading branch information
r-ryantm authored and kalbasit committed Jul 2, 2019
1 parent e2a407b commit 80f39fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/helmfile/default.nix
@@ -1,6 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub, makeWrapper, kubernetes-helm, ... }:

let version = "0.77.0"; in
let version = "0.79.3"; in

buildGoModule {
pname = "helmfile";
Expand All @@ -10,7 +10,7 @@ buildGoModule {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "0nj8gs7aqkxpj6bd80ks7g34qqa4y53a8sim1znbxs6mb678c2x2";
sha256 = "0wgfpidpqyvh41dnw351v91z4szi1s6lqak9li2pmddz1rdkx66v";
};

goPackagePath = "github.com/roboll/helmfile";
Expand Down

0 comments on commit 80f39fb

Please sign in to comment.