3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #100262 from Preisschild/helmfile-0.130.1-update

helmfile: 0.130.0 -> 0.130.1
This commit is contained in:
Mario Rodas 2020-10-11 20:14:25 -05:00 committed by GitHub
commit 740690e9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmfile";
version = "0.130.0";
version = "0.130.1";
src = fetchFromGitHub {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
sha256 = "17wn1jmgc9hcy4yfrxvamy4w1n65afkn7k830sj8b02j0kl6vir4";
sha256 = "14k3281sxin4ki78f2v75nyky1jxyhyq5aw06mhdp0w5ql9b02m4";
};
vendorSha256 = "1k3aamsm97w22pdip2916a5f619rvnif7s8g6815pzsapgnpp4qp";