1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-BJyc8umtJUsZgj4jdoYf6PSaDg41mnrZNd6rAdewWro=";
14 vendorHash = "sha256-K0LoAJzYzQorKp3o1oH5qruMBbJiCQrduBgoZ0naaLc=";
16 excludedPackages = [ "build" "man" ];
19 description = "Light weight cross-platform test automation";
20 homepage = "https://gauge.org";
21 license = licenses.asl20;
22 maintainers = [ maintainers.vdemeester ];