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

nfpm: 2.27.1 -> 2.28.0
This commit is contained in:
Mario Rodas
2023-04-10 20:42:20 -05:00
committed by GitHub
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "nfpm";
version = "2.27.1";
version = "2.28.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-77E8TXTzU37/V1VmfwUjt/4MiFOrNG+sOHch/brb8bY=";
sha256 = "sha256-KF/R0DearjiBtgmqM1NQxD8LKLNkly23t8CLDxkfqbk=";
};
vendorHash = "sha256-+Ph0QpDnucf6brWFP05x+s5fCHijaXA7rO1hbesU1Sk=";
vendorHash = "sha256-IcV/kXXvs/680zaeS/IQyW2aLTq1O73DEP+32cKXWnU=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];