Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

geckodriver: 0.33.0 -> 0.34.0

+3 -3
+3 -3
pkgs/development/tools/geckodriver/default.nix
··· 7 }: 8 9 rustPlatform.buildRustPackage rec { 10 - version = "0.33.0"; 11 pname = "geckodriver"; 12 13 src = fetchFromGitHub { 14 owner = "mozilla"; 15 repo = "geckodriver"; 16 rev = "refs/tags/v${version}"; 17 - sha256 = "sha256-IBzLxiqfXFiEaDmCVZjAJCPcVInBT1ZZ5fkCOHedZkA="; 18 }; 19 20 - cargoHash = "sha256-4/VmF8reY0pz8wswQn3IlTNt6SaVunr2v+hv+oM+G/s="; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 23
··· 7 }: 8 9 rustPlatform.buildRustPackage rec { 10 + version = "0.34.0"; 11 pname = "geckodriver"; 12 13 src = fetchFromGitHub { 14 owner = "mozilla"; 15 repo = "geckodriver"; 16 rev = "refs/tags/v${version}"; 17 + sha256 = "sha256-jrF55j3/WKpGl7sJzRmPyaNMbxPqAoXWiuQJsxfIYgc="; 18 }; 19 20 + cargoHash = "sha256-4on4aBkRI9PiPgNcxVktTDX28qRy3hvV9+glNB6hT1k="; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 23