10 src = fetchFromGitHub {
11 owner = "gotestyourself";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-Sq0ejnX7AJoPf3deBge8PMOq1NlMbw+Ljn145C5MQ+s=";
17 vendorHash = "sha256-zUqa6xlDV12ZV4N6+EZ7fLPsL8U+GB7boQ0qG9egvm0=";
24 "-X gotest.tools/gotestsum/cmd.version=${version}"
27 subPackages = [ "." ];
30 homepage = "https://github.com/gotestyourself/gotestsum";
31 changelog = "https://github.com/gotestyourself/gotestsum/releases/tag/v${version}";
32 description = "A human friendly `go test` runner";
33 mainProgram = "gotestsum";
34 platforms = platforms.linux ++ platforms.darwin;
35 license = licenses.asl20;
36 maintainers = with maintainers; [ endocrimes ];