summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uq
AgeCommit message (Collapse)Author
2021-05-08treewide: fix cargoSha256/cargoHashDaniƫl de Kok
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2020-08-16buildRustPackage: remove platform.all from packageszowoq
2020-02-16uq: upgrade cargo fetcher and cargoSha256Benjamin Hipple
Infra upgrade as part of #79975; no functional change expected.
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-30uq: init at 2018-05-27Doron Behar