golds: 0.7.4 -> 0.7.5 (#376513)

This commit is contained in:
Nick Cao
2025-01-25 09:31:05 -05:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "golds";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "go101";
repo = "golds";
tag = "v${version}";
hash = "sha256-kVXr/5qJCTjpfRpz2mDIsMRirp5dT5aGo/BlLR9Qp0M=";
hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4=";
};
# nixpkgs is not using the go distpack archive and missing a VERSION file in the source