selenium-manager: 4.22.0 -> 4.24.0

This commit is contained in:
Pavel Sobolev 2024-08-03 21:51:43 +03:00
parent fa14f8c473
commit d4dbbff784
No known key found for this signature in database

View File

@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "selenium-manager";
version = "4.22.0";
version = "4.24.0";
src = fetchFromGitHub {
owner = "SeleniumHQ";
repo = "selenium";
rev = "selenium-${version}";
hash = "sha256-qBuZgI5SSBwxbSBrAT0W/HzzV2JmPL00hPJ6s57QTeg=";
hash = "sha256-AsQr9kGv2dxkiFzptDA0D27OXZjYj7oDKz2oEQ2qW7s=";
};
sourceRoot = "${src.name}/rust";
cargoHash = "sha256-1CPUOAfBfUeZt5S8t5SM3oyrNwXKHplhHG5idVy4YrE=";
cargoHash = "sha256-mirEeOi6CfKjb8ZuqardJeYy9EGnpsw5fkUw7umhkro=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration