gotests: 1.6.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-11-02 00:35:47 +00:00
parent 7a1ba44fcc
commit eae6d48574

View File

@@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gotests"; pname = "gotests";
version = "1.6.0"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cweill"; owner = "cweill";
repo = "gotests"; repo = "gotests";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-6IzUpAsFUgF2FwiC17OfDn1M+8WYFQPpRyXbkpHIztw="; sha256 = "sha256-lx8gbVm4s4kmm252khoSukrlj5USQS+StGuJ+419QZw=";
}; };
vendorHash = "sha256-WMeHZN3s+8pIYEVaSLjI3Bz+rPTWHr1AkZ8lydjBwCw="; vendorHash = "sha256-/dP8uA1yWBrtmFNHUvcicPhA2qr5R2v1uSwYi+ciypg=";
# tests are broken in nix environment # tests are broken in nix environment
doCheck = false; doCheck = false;