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 82f0c74 + 86b9df9 commit a74d8a2Copy full SHA for a74d8a2
pkgs/by-name/go/goreleaser/package.nix
@@ -10,16 +10,16 @@
10
}:
11
buildGoModule rec {
12
pname = "goreleaser";
13
- version = "2.8.1";
+ version = "2.8.2";
14
15
src = fetchFromGitHub {
16
owner = "goreleaser";
17
repo = "goreleaser";
18
rev = "v${version}";
19
- hash = "sha256-ecVI4TC3P4c8iXzDKiV9dcZoXizNiKDnVX+D2uiHYTA=";
+ hash = "sha256-F9gUntTqllTYrRTuUj4tWMrHArM8BflCROPBsOdIsFA=";
20
};
21
22
- vendorHash = "sha256-lwiU8O+19ONyB9oqMOuutbIr4w8NY2OstE67p/E+UjY=";
+ vendorHash = "sha256-MGBMPiya1mUBCYcLuTtMCwZ9e+LEtT7Xrb/WZf86IXE=";
23
24
ldflags = [
25
"-s"
0 commit comments