about summary refs log tree commit diff
path: root/pkgs/tools/misc/fd
Commit message (Collapse)AuthorAge
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | 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.
* fd: 7.2.0 -> 7.3.0dywedir2019-02-13
|
* fd: 7.1.0 -> 7.2.0Will Dietz2018-10-29
|
* fd: 7.0.0 -> 7.1.0 (#45422)Vladyslav M2018-08-21
|
* fd: 6.3.0 -> 7.0.0Vladyslav M2018-03-26
|
* fd: install fish shell completionsJosé Luis Lafuente2018-02-13
|
* fd: 6.2.0 -> 6.3.0dywedir2018-02-10
|
* fd: 6.1.0 -> 6.2.0dywedir2018-01-03
|
* fd: 6.0.0 -> 6.1.0dywedir2017-12-11
|
* fd: 5.0.0 -> 6.0.0Bart Brouns2017-12-08
|
* fd: install shell completionsdywedir2017-11-16
|
* fd: 4.0.0 -> 5.0.0dywedir2017-10-27
|
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* fd: 3.1.0 -> 4.0.0mimadrid2017-10-08
|
* fd: 3.0.0 -> 3.1.0dywedir2017-09-19
|
* fd: 2.0.0 -> 3.0.0dywedir2017-09-10
|
* fd: init at 2.0.0c74d2017-07-30
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").