3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159926 from r-ryantm/auto-update/nfpm

nfpm: 2.12.2 -> 2.13.0
This commit is contained in:
Mario Rodas 2022-02-15 02:08:56 -05:00 committed by GitHub
commit 0303506f66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.12.2";
version = "2.13.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IAu5JC6kEmL4S9nhR++YhpjgH0lIETYsJfOwN0l/LKU=";
sha256 = "sha256-7wEwTw/CMKS9K377oXfGkJoRnAmBLjvZTNZzRMorWEM=";
};
vendorSha256 = "sha256-Zva63fK465y7FVtBEPDo9CRIq17f09eYsZQBWDht6mg=";
vendorSha256 = "sha256-VzkfqIWkcMwQeGzisw7JBQyTNVz+m7wF6N65MtOFyEc=";
doCheck = false;