nfpm: 2.34.0 -> 2.35.0

This commit is contained in:
R. Ryantm 2023-12-21 03:01:02 +00:00
parent f844f9c95c
commit a1c1689412

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.34.0";
version = "2.35.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-O7qxJ2TE62XDYljqvNsO3ssD/YhfOLfy9zF0W++T0Hw=";
hash = "sha256-WYLXhRoB8+a5zhTs1qxJVrDjor5orCw6UJrqEt+fBBQ=";
};
vendorHash = "sha256-qihPtpygHoIfGf2wj+klDWwL4sTHqDxi1jxjv57vUx4=";
vendorHash = "sha256-P9jSQG6EyVGMZKtThy8Q7Y/pV7mbMl2eGrylea0VHRc=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];