Skip to content

Commit e465145

Browse files
golds: 0.7.5 -> 0.7.6 (#399442)
Co-authored-by: phanirithvij <[email protected]>
2 parents d5b441b + b0d5199 commit e465145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/golds/package.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 = "golds";
11-
version = "0.7.5";
11+
version = "0.7.6";
1212

1313
src = fetchFromGitHub {
1414
owner = "go101";
1515
repo = "golds";
1616
tag = "v${version}";
17-
hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4=";
17+
hash = "sha256-j6k68+hiXsXW5WLnmbN/iFLFpyU64z/1+DKuaAnNbac=";
1818
};
1919

2020
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source

0 commit comments

Comments
 (0)