3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #78063 from marsam/update-nfpm

nfpm: 1.1.8 -> 1.1.10
This commit is contained in:
Mario Rodas 2020-01-20 07:35:27 -05:00 committed by GitHub
commit c0c1b9d64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nfpm";
version = "1.1.8";
version = "1.1.10";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "0yy75iagyrr96y7497hbbizrm59c757mshwicl1b7ni2sn3p63fh";
sha256 = "0qn9hybqnhyf1xb6n0m4qq2ac8h187i2pjkkik73qly1hmyq45j7";
};
modSha256 = "05hcn0k1zb4k4p3aaas7b276jw607cv290np9vmyqxb3khzv4vjg";
modSha256 = "037ihnvssgkzbg94yfw4lwqnhj02m187dfn1fm7i6yv13kf0gkpx";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];