1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

nfpm: 2.35.2 -> 2.35.3

This commit is contained in:
R. Ryantm 2024-02-01 03:57:51 +00:00
parent 0b8f8e0cd9
commit 9bcd9d0fe8

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}" ];