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

nfpm: 2.26.0 -> 2.27.1
This commit is contained in:
Mario Rodas 2023-03-21 07:16:33 -05:00 committed by GitHub
commit 367b948436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.26.0";
version = "2.27.1";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MRtmfRriHArmzSfSr4Wf3+2wA3sOlHZs2HKQ2d+Bd20=";
sha256 = "sha256-77E8TXTzU37/V1VmfwUjt/4MiFOrNG+sOHch/brb8bY=";
};
vendorHash = "sha256-UUpi/6R36g6ofnEmn/qxEeJlzM/INYD4FuvRaBZ6pss=";
vendorHash = "sha256-+Ph0QpDnucf6brWFP05x+s5fCHijaXA7rO1hbesU1Sk=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];