We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96a9f5a + 3dbc5f2 commit 0cfba41Copy full SHA for 0cfba41
pkgs/tools/package-management/nfpm/default.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "nfpm";
11
- version = "2.38.0";
+ version = "2.39.0";
12
13
src = fetchFromGitHub {
14
owner = "goreleaser";
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-enDzYXhqtQ3lNn8OFkffHpdxan0GsQvfE7ghGBTsQXo=";
+ hash = "sha256-0afwPA4OIIBYxXwkdm36JmVXDJ+gqESOPjEp5Tkxxa8=";
18
};
19
20
vendorHash = "sha256-LJM9F9NTAMvDwsaRvjnZyjKSI0AjZvVM4srOYuGLA7w=";
0 commit comments