saucectl: 0.191.0 -> 0.192.0 (#377677)

This commit is contained in:
misuzu
2025-02-03 20:52:59 +02:00
committed by GitHub
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
pname = "saucectl";
version = "0.191.0";
version = "0.192.0";
in
buildGoModule {
inherit pname version;
@@ -14,7 +14,7 @@ buildGoModule {
owner = "saucelabs";
repo = "saucectl";
tag = "v${version}";
hash = "sha256-cOgjNoJwcNu04YNqjeVaGIVauApYhFjLTa34HXV78sg=";
hash = "sha256-p7NWIjiaXM96PfmBohkfc1PQ6ZtE0pEeBVLemJiowXg=";
};
ldflags = [
@@ -22,7 +22,7 @@ buildGoModule {
"-X github.com/saucelabs/saucectl/internal/version.GitCommit=${version}"
];
vendorHash = "sha256-NJBEIUeTasoIAeaGm+RdmfeELodXcnpxcxxQFaUJf4o=";
vendorHash = "sha256-N8e8k8vAyVY57iqHU6P88hn9NS3Mdfbgx5P8/wDcmMY=";
checkFlags = [ "-skip=^TestNewRequestWithContext$" ];