summary refs log tree commit diff
path: root/pkgs/tools/misc/fd
Commit message (Collapse)AuthorAge
* fd: 8.3.1 -> 8.3.2zowoq2022-01-30
| | | | https://github.com/sharkdp/fd/releases/tag/v8.3.2
* fd: 8.3.0 -> 8.3.1zowoq2022-01-06
| | | | https://github.com/sharkdp/fd/releases/tag/v8.3.1
* fd: 8.2.1 -> 8.3.0zowoq2021-11-27
| | | | https://github.com/sharkdp/fd/releases/tag/v8.3.0
* treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
| | | | | | | | | | | | | 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.
* fd: 8.2.0 -> 8.2.1R. RyanTM2020-12-09
|
* fd: 8.1.1 -> 8.2.0zowoq2020-12-07
| | | | https://github.com/sharkdp/fd/releases/tag/v8.2.0
* fd: remove unnecessary reference to $srczowoq2020-09-22
|
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* fd: add maintainerzowoq2020-06-08
|
* fd: 8.1.0 -> 8.1.1R. RyanTM2020-05-28
|
* fd: 8.0.0 -> 8.1.0Maximilian Bosch2020-05-19
| | | | https://github.com/sharkdp/fd/releases/tag/v8.1.0
* Merge pull request #82982 from cole-h/rust-cleanupMaximilian Bosch2020-04-30
|\ | | | | improve robustness of various Rust packages
| * fd: improve robustness of buildCole Helbling2020-04-12
| |
* | fd: 7.5.0 -> 8.0.0zowoq2020-04-16
|/ | | | https://github.com/sharkdp/fd/releases/tag/v8.0.0
* fd: 7.4.0 -> 7.5.0Maximilian Bosch2020-03-22
| | | | https://github.com/sharkdp/fd/releases/tag/v7.5.0
* fd: use installShellFileszowoq2020-03-18
|
* fd: add myself as maintainerMaximilian Bosch2020-02-28
|
* fd: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* fd: 7.3.0 -> 7.4.0Miguel Madrid Mencía2019-09-15
|
* treewide: name -> pname (#67513)volth2019-08-31
|
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* 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").