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

nfpm: 2.38.0 -> 2.39.0
This commit is contained in:
Sebastián Mancilla 2024-08-20 20:26:51 -04:00 committed by GitHub
commit 0cfba41a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "nfpm";
version = "2.38.0";
version = "2.39.0";
src = fetchFromGitHub {
owner = "goreleaser";
repo = pname;
rev = "v${version}";
hash = "sha256-enDzYXhqtQ3lNn8OFkffHpdxan0GsQvfE7ghGBTsQXo=";
hash = "sha256-0afwPA4OIIBYxXwkdm36JmVXDJ+gqESOPjEp5Tkxxa8=";
};
vendorHash = "sha256-LJM9F9NTAMvDwsaRvjnZyjKSI0AjZvVM4srOYuGLA7w=";