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

nfpm: 2.35.2 -> 2.35.3
This commit is contained in:
Mario Rodas 2024-01-31 23:44:28 -05:00 committed by GitHub
commit ce33e3ec6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.35.2";
version = "2.35.3";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-ic6SOgIE+g7ccvg163xCwTmz960mWYcxN8ghEdB11To=";
hash = "sha256-QoZiI9rMOdQZbMENVcBfUYPAvN9IqfeR0EK11l8+Hzo=";
};
vendorHash = "sha256-rIgEctBGff5/pzbPPaDgqZCwmIVDjF98wmLBD17KXTM=";
vendorHash = "sha256-WYuhHLq0/OD/JtOEkZsyPEJyjPqEoh9RSfBG0G3E/2w=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];