Skip to content

Commit 0cfba41

Browse files
authored
Merge pull request #334881 from r-ryantm/auto-update/nfpm
nfpm: 2.38.0 -> 2.39.0
2 parents 96a9f5a + 3dbc5f2 commit 0cfba41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/package-management/nfpm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "nfpm";
11-
version = "2.38.0";
11+
version = "2.39.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "goreleaser";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-enDzYXhqtQ3lNn8OFkffHpdxan0GsQvfE7ghGBTsQXo=";
17+
hash = "sha256-0afwPA4OIIBYxXwkdm36JmVXDJ+gqESOPjEp5Tkxxa8=";
1818
};
1919

2020
vendorHash = "sha256-LJM9F9NTAMvDwsaRvjnZyjKSI0AjZvVM4srOYuGLA7w=";

0 commit comments

Comments
 (0)