golds: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm
2025-01-24 21:18:30 +00:00
parent bafca6cbe1
commit 63b7f69ce8
+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