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

nfpm: 2.34.0 -> 2.35.0
This commit is contained in:
OTABI Tomoya 2023-12-22 09:32:20 +09:00 committed by GitHub
commit 2b4743ca93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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