Skip to content

Commit

Permalink
saucectl: 0.190.0 -> 0.190.1 (NixOS#367682)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents 80cb0cc + bc81d47 commit 889b290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sa/saucectl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
let
pname = "saucectl";
version = "0.190.0";
version = "0.190.1";
in
buildGoModule {
inherit pname version;
Expand All @@ -14,15 +14,15 @@ buildGoModule {
owner = "saucelabs";
repo = "saucectl";
rev = "refs/tags/v${version}";
hash = "sha256-P7aERLPpaxYyr1W7bhgz/44eD1719hXsHjax5uxVJ9g=";
hash = "sha256-I1W7hAirtyLppJfM1gdzho3VU9rgFDt6j1dexGIHkXg=";
};

ldflags = [
"-X github.com/saucelabs/saucectl/internal/version.Version=${version}"
"-X github.com/saucelabs/saucectl/internal/version.GitCommit=${version}"
];

vendorHash = "sha256-RbZmCBhBMRq4Z6t0L1H4r8/9V/mdKC+GtoaFuokFy84=";
vendorHash = "sha256-NJBEIUeTasoIAeaGm+RdmfeELodXcnpxcxxQFaUJf4o=";

checkFlags = [ "-skip=^TestNewRequestWithContext$" ];

Expand Down

0 comments on commit 889b290

Please sign in to comment.