summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/click
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-29click: upgrade cargo fetcher and cargoSha256Benjamin Hipple
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
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.
2019-08-31treewide: name -> pname (#67513)volth
2019-08-03click: 0.3.2 -> 0.4.2Jonathan Ringer
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross
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.
2018-09-15click: 0.3.1 -> 0.3.2Maximilian Bode
patch necessary to fix "error: the lock file needs to be updated but --frozen was passed to prevent this"
2018-04-04click: init at 0.3.1Maximilian Bode