gotest: 0.0.6 -> 0.0.7 (#478895)

This commit is contained in:
Nick Cao
2026-01-12 21:46:24 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gotest";
version = "0.0.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "rakyll";
repo = "gotest";
rev = "v${version}";
sha256 = "1v11ccrjghq7nsz0f91r17di14yixsw28vs0m3dwzwqkh1a20img";
sha256 = "sha256-i9kM421O8sbL4SSQrEeRbtDaqOCA1y22b7QCxvt4Oow=";
};
vendorHash = "sha256-pVq6H1HoKqCMRfJg7FftRf3vh+BWZQe6cQAX+TBzKqw=";
vendorHash = "sha256-Zq8alVfojJbrzw3fpYnYDxAMc/rYO9WIuRb1OcNcBaw=";
subPackages = [ "." ];