Skip to content

Commit a74d8a2

Browse files
goreleaser: 2.8.1 -> 2.8.2 (NixOS#395097)
Co-authored-by: caarlos0 <[email protected]>
2 parents 82f0c74 + 86b9df9 commit a74d8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/goreleaser/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
}:
1111
buildGoModule rec {
1212
pname = "goreleaser";
13-
version = "2.8.1";
13+
version = "2.8.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "goreleaser";
1717
repo = "goreleaser";
1818
rev = "v${version}";
19-
hash = "sha256-ecVI4TC3P4c8iXzDKiV9dcZoXizNiKDnVX+D2uiHYTA=";
19+
hash = "sha256-F9gUntTqllTYrRTuUj4tWMrHArM8BflCROPBsOdIsFA=";
2020
};
2121

22-
vendorHash = "sha256-lwiU8O+19ONyB9oqMOuutbIr4w8NY2OstE67p/E+UjY=";
22+
vendorHash = "sha256-MGBMPiya1mUBCYcLuTtMCwZ9e+LEtT7Xrb/WZf86IXE=";
2323

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)