Skip to content

Commit

Permalink
nfpm: 1.8.0 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 280e273 commit e8226db
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.8.0";
version = "1.10.0";

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

vendorSha256 = "032l0xrf4ny4ildinxlfjy8sslhcl2krmgnm07dnx999jxlswxym";
vendorSha256 = "0x7r7qn4852q57fx5mcrw3aqdydmidk9g0hvj6apj81q77k5svqs";

doCheck = false;

Expand Down

0 comments on commit e8226db

Please sign in to comment.