about summary refs log tree commit diff
path: root/pkgs/development/tools/geckodriver
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* geckodriver: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-15
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* geckodriver: 0.22.0 -> 0.26.0arcnmx2020-01-16
|
* treewide: name -> pname (#67513)volth2019-08-31
|
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* geckodriver: unstable-2018-02-24 -> 0.22.0Raphael Borun Das Gupta2018-12-10
| | | | | | | | | Motivation: unstable-2018-02-24 (which reports to be 0.19.1, but probably doesn't correspond to any actual geckodriver release) isn't compatible with the currently shipped Firefox version 63.0 closes NixOS/nixpkgs#50380
* geckodriver: use devel version with slog fixMaximilian Güntner2018-03-01
| | | | fixes #35301
* geckodriver: init at 0.19.1Raymond Gauthier2017-11-02