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 d5b441b + b0d5199 commit e465145Copy full SHA for e465145
pkgs/by-name/go/golds/package.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "golds";
11
- version = "0.7.5";
+ version = "0.7.6";
12
13
src = fetchFromGitHub {
14
owner = "go101";
15
repo = "golds";
16
tag = "v${version}";
17
- hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4=";
+ hash = "sha256-j6k68+hiXsXW5WLnmbN/iFLFpyU64z/1+DKuaAnNbac=";
18
};
19
20
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source
0 commit comments