Skip to content

Commit a6d42b9

Browse files
nfpm: 2.41.3 -> 2.42.0 (#394164)
Co-authored-by: caarlos0 <[email protected]>
2 parents b952586 + b5516e8 commit a6d42b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nf/nfpm/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "nfpm";
12-
version = "2.41.3";
12+
version = "2.42.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "goreleaser";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-5pM3usXT3ukKkhKtDR5nIllaCCEUj7GVIl5HWq9DwII=";
18+
hash = "sha256-63vhxsoGK8YNs0wobFyViOHO9K3hSHgWJU/wbvUxJFw=";
1919
};
2020

21-
vendorHash = "sha256-GnAo+B4UEZIf5K3d1XSU8WpHmdMqzO1nR0reSJ2D1Yk=";
21+
vendorHash = "sha256-VA6/n89OIX+Au1JmCwWezh80xEtydUgBWYSlwpyXZtA=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)