Commit graph

8 commits

Author SHA1 Message Date
Mario Rodas 8bd9288cc5 svgbob: 0.4.2 -> 0.5.3 2021-07-15 04:20:00 +00:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
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.
2021-05-08 00:36:37 -07:00
Robert Scott a28068a992 svgbob: fix build
loosen lint settings
2020-09-20 08:24:00 -07:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Benjamin Hipple aa86eb9261 svgbob: upgrade cargo fetcher and cargoSha256 2020-03-08 23:06:26 -04:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
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.
2020-02-13 22:41:37 -08:00
Maximilian Bosch b5204d9f5f svgbob: fix build
See https://hydra.nixos.org/build/102480738

Bumping to latest version (which is 0.4.2 according to Cargo.lock) fixes
the build error. As no dependency changes happened, cargoSha256 doesn't
need to be updated.

ZHF #68361
2019-10-01 10:13:32 -07:00
Mario Rodas 7f645e6f1c
svgbob: init at 2018-10-05 2019-06-11 20:00:00 -05:00