3
0
Fork 0
forked from mirrors/nixpkgs

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

nfpm: 2.22.0 -> 2.22.1
This commit is contained in:
Mario Rodas 2022-11-19 10:55:23 -05:00 committed by GitHub
commit c1df63e014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nfpm";
version = "2.22.0";
version = "2.22.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Qb4jzn1UM/0B4ryk3cPVuhqVtJML+Vv5KtebBjirSuI=";
sha256 = "sha256-BdPY1DzF2zunhEp7Z13X3jOxhTPHHUejAe7HZSoexYk=";
};
vendorSha256 = "sha256-fvSA0BQQKhXxyNu0/ilNcMmTBtLm/piA4rJu6p5+8GU=";