Skip to content

Commit

Permalink
nfpm: 1.7.0 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 26, 2020
1 parent 020ff69 commit 3f8533e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nfpm/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "nfpm";
version = "1.7.0";
version = "1.8.0";

src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "0jmxafvxzqg65zg5cnjd2nsz1mmw06mc7qz3lbs5h2gkxiah8264";
sha256 = "0hg15k9bz5iw7mv4m31rg4f5anfiirr3vjvy16z532vwfh05ixw3";
};

vendorSha256 = "0yvzwbm0xb1h45x96h658avbjz9w79aaa6z042xpvjqc4wsr8155";
vendorSha256 = "032l0xrf4ny4ildinxlfjy8sslhcl2krmgnm07dnx999jxlswxym";

doCheck = false;

Expand Down

0 comments on commit 3f8533e

Please sign in to comment.