Commit graph

36 commits

Author SHA1 Message Date
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
R. RyanTM d84bd74939 fd: 8.2.0 -> 8.2.1 2020-12-09 07:40:50 +10:00
zowoq d9eda6abbf fd: 8.1.1 -> 8.2.0
https://github.com/sharkdp/fd/releases/tag/v8.2.0
2020-12-07 05:31:22 +10:00
zowoq b531e65954 fd: remove unnecessary reference to $src 2020-09-22 12:26:24 +10:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq bec1b17a4c fd: add maintainer 2020-06-08 13:25:00 +10:00
R. RyanTM c2fbe83343 fd: 8.1.0 -> 8.1.1 2020-05-28 02:49:52 +00:00
Maximilian Bosch 322b135f4e
fd: 8.0.0 -> 8.1.0
https://github.com/sharkdp/fd/releases/tag/v8.1.0
2020-05-19 21:45:31 +02:00
Maximilian Bosch ee58c7a363
Merge pull request #82982 from cole-h/rust-cleanup
improve robustness of various Rust packages
2020-04-30 02:07:57 +02:00
zowoq 785eba0c23 fd: 7.5.0 -> 8.0.0
https://github.com/sharkdp/fd/releases/tag/v8.0.0
2020-04-16 19:21:43 +10:00
Cole Helbling e4383ce1fb
fd: improve robustness of build 2020-04-12 14:06:08 -07:00
Maximilian Bosch 6c48c7b81f
fd: 7.4.0 -> 7.5.0
https://github.com/sharkdp/fd/releases/tag/v7.5.0
2020-03-22 19:52:00 +01:00
zowoq 0e886b69ab fd: use installShellFiles 2020-03-18 20:07:38 -07:00
Maximilian Bosch 146f3e3d49
fd: add myself as maintainer 2020-02-28 03:46:23 +01:00
Benjamin Hipple 75c0bbb990 fd: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 21:23:08 -05: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
Miguel Madrid Mencía 956669e894
fd: 7.3.0 -> 7.4.0 2019-09-15 23:29:24 +02:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
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.
2019-06-01 15:17:52 +00:00
dywedir 0b006f60ac
fd: 7.2.0 -> 7.3.0 2019-02-13 22:45:31 +02:00
Will Dietz a8973bb75a fd: 7.1.0 -> 7.2.0 2018-10-29 07:59:41 -05:00
Vladyslav M 50eb4a08da fd: 7.0.0 -> 7.1.0 (#45422) 2018-08-21 11:53:38 +02:00
Vladyslav M 9ae966aaec fd: 6.3.0 -> 7.0.0 2018-03-26 14:31:01 +02:00
José Luis Lafuente 0e09abd9c4
fd: install fish shell completions 2018-02-13 11:52:02 +01:00
dywedir 90c7ce023f fd: 6.2.0 -> 6.3.0 2018-02-10 21:55:03 +02:00
dywedir 286e30e42c fd: 6.1.0 -> 6.2.0 2018-01-03 19:19:27 +02:00
dywedir 743f6b64e3 fd: 6.0.0 -> 6.1.0 2017-12-11 15:20:23 +02:00
Bart Brouns a3c9ee31de fd: 5.0.0 -> 6.0.0 2017-12-08 22:14:55 +01:00
dywedir 23705ce319 fd: install shell completions 2017-11-16 11:58:32 +02:00
dywedir e61ef03c02 fd: 4.0.0 -> 5.0.0 2017-10-27 00:08:49 +03:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
mimadrid 7f502cf6d7
fd: 3.1.0 -> 4.0.0 2017-10-08 12:06:04 +02:00
dywedir 72129c2cb4 fd: 3.0.0 -> 3.1.0 2017-09-19 12:02:33 +03:00
dywedir bb0f86be43 fd: 2.0.0 -> 3.0.0 2017-09-10 10:43:11 +03:00
c74d 925a4ba460 fd: init at 2.0.0
Add the package `fd`, a simpler alternative to `find`, at version
2.0.0.

I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-07-30 23:21:36 +00:00