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

nfpm: 2.35.3 -> 2.36.1
This commit is contained in:
Mario Rodas 2024-04-02 00:20:51 -05:00 committed by GitHub
commit c5550f4f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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