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

nfpm: 2.28.0 -> 2.29.0
This commit is contained in:
Mario Rodas 2023-05-25 03:15:59 -05:00 committed by GitHub
commit 468291213f
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.28.0";
version = "2.29.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KF/R0DearjiBtgmqM1NQxD8LKLNkly23t8CLDxkfqbk=";
sha256 = "sha256-/29+InrmsceVEAvC0eV9Xj+js8HNLi4wSUzOIt8myqw=";
};
vendorHash = "sha256-IcV/kXXvs/680zaeS/IQyW2aLTq1O73DEP+32cKXWnU=";
vendorHash = "sha256-E1/Wf2NyRurEAtu+lD6jPrh7DDNyQr5wh0RHzANhg2U=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];