tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
selenium-manager: 4.28.0 -> 4.29.0
Martin Weinelt
11 months ago
6042e17c
6c3a56bb
+8
-10
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
se
selenium-manager
disable-telemetry.patch
package.nix
+3
-3
pkgs/by-name/se/selenium-manager/disable-telemetry.patch
···
1
-
diff --git a/rust/src/config.rs b/rust/src/config.rs
2
index f7cd4f32ec..ec454127be 100644
3
-
--- a/rust/src/config.rs
4
-
+++ b/rust/src/config.rs
5
@@ -120,7 +120,7 @@ impl ManagerConfig {
6
avoid_browser_download: BooleanKey("avoid-browser-download", false).get_value(),
7
language_binding: StringKey(vec!["language-binding"], "").get_value(),
···
1
+
diff --git a/src/config.rs b/src/config.rs
2
index f7cd4f32ec..ec454127be 100644
3
+
--- a/src/config.rs
4
+
+++ b/src/config.rs
5
@@ -120,7 +120,7 @@ impl ManagerConfig {
6
avoid_browser_download: BooleanKey("avoid-browser-download", false).get_value(),
7
language_binding: StringKey(vec!["language-binding"], "").get_value(),
+5
-7
pkgs/by-name/se/selenium-manager/package.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "selenium-manager";
10
-
version = "4.28.0";
11
12
src = fetchFromGitHub {
13
owner = "SeleniumHQ";
14
repo = "selenium";
15
tag = "selenium-${version}";
16
-
hash = "sha256-b5xwuZ4lcwLbGhJuEmHYrFXoaTW/M0ABdK3dvbpj8oM=";
17
};
0
0
18
19
patches = [
20
./disable-telemetry.patch
21
];
22
23
-
postPatch = ''
24
-
cd rust
25
-
'';
26
-
27
useFetchCargoVendor = true;
28
-
cargoHash = "sha256-hXtF3qFzzM2TqpEP9JWdi7uU5TgFHF9lZO5bmZcEuDk=";
29
30
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
31
darwin.apple_sdk.frameworks.SystemConfiguration
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "selenium-manager";
10
+
version = "4.29.0";
11
12
src = fetchFromGitHub {
13
owner = "SeleniumHQ";
14
repo = "selenium";
15
tag = "selenium-${version}";
16
+
hash = "sha256-IyMXgYl/TPTpe/Y0pFyJVKj4Mp0xbkg1LSCNHzFL3bE=";
17
};
18
+
19
+
sourceRoot = "${src.name}/rust";
20
21
patches = [
22
./disable-telemetry.patch
23
];
24
0
0
0
0
25
useFetchCargoVendor = true;
26
+
cargoHash = "sha256-MgnmEJif4Z4CcmBFkC5BJR67DMGm1ttObtl4LhAFw4g=";
27
28
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
29
darwin.apple_sdk.frameworks.SystemConfiguration