11 inherit pname version;
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-43X+GBm0pasSSwBB8Q2V8Vr2SjFInHaNMvUNVqD0/pI=";
21 "-X github.com/saucelabs/saucectl/internal/version.Version=${version}"
22 "-X github.com/saucelabs/saucectl/internal/version.GitCommit=${version}"
25 vendorHash = "sha256-SQveLJzicQSCBwfV3eZyXkArO1wLly1cCvol9PbeEV0=";
27 checkFlags = [ "-skip=^TestNewRequestWithContext$" ];
30 description = "Command line interface for the Sauce Labs platform";
31 changelog = "https://github.com/saucelabs/saucectl/releases/tag/v${version}";
32 homepage = "https://github.com/saucelabs/saucectl";
33 license = lib.licenses.apsl20;
34 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
35 mainProgram = "saucectl";