Skip to content

Commit

Permalink
Merge pull request #94505 from r-ryantm/auto-update/helmfile
Browse files Browse the repository at this point in the history
helmfile: 0.119.1 -> 0.125.1
  • Loading branch information
Mic92 committed Aug 2, 2020
2 parents 877002b + 3ff7e49 commit 181179c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helmfile/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "helmfile";
version = "0.119.1";
version = "0.125.1";

src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "1j9b0xw59w5ailwa7dqgbsdigviw8ng5r4jbsk9b80izcig805zz";
sha256 = "0ym9q1rww3r54czkrckdd1ahlym6n61l2563nmj48hkn5d4qxqbm";
};

vendorSha256 = "11bw10s5wifzw2cy1100hyjv4xv7an7b05lcw6sphwyy56gsp2fy";
vendorSha256 = "04mga3jc2c01daygjcn245mv30lc2ibax0mpb1wjk3s8lkl4cxcz";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 181179c

Please sign in to comment.