Commit graph

15 commits

Author SHA1 Message Date
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