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

nfpm: 2.22.2 -> 2.23.0
This commit is contained in:
Mario Rodas 2023-01-14 11:07:25 -05:00 committed by GitHub
commit 320b172924
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.22.2";
version = "2.23.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XxRIXNu35J5v4Wl2gasR+aIxxIst6/7D5aVWzRlI4ag=";
sha256 = "sha256-g6Rnn5IcuyY3117vDNT9BzG7OtZNsw3Jnmggnjjtj+U=";
};
vendorSha256 = "sha256-DUgBaHyFl7Q3EP3pX74fi+CnJN+YTysR2Kgq9+SiKwI=";
vendorHash = "sha256-olzrU2kari2r/wjhtS7QWj9yU8T9lKlfXXA8z/Dbqm8=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];