about summary refs log tree commit diff
path: root/pkgs/tools/misc/fd
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12fd: skip flaky test, add figsoda as a maintainerfigsoda1-4/+12
2022-12-10fd: 8.5.3 -> 8.6.0zowoq1-7/+4
https://github.com/sharkdp/fd/releases/tag/v8.6.0
2022-12-06fd: Point to the correct commit SHA for 8.5.3 releaseJack Kelly1-1/+4
https://github.com/sharkdp/fd/issues/1184 says that the release tag shifted for some mysterious reason. I confirmed that this tag was correct by building the fd derivation with no substituters.
2022-11-14fd: 8.5.2 -> 8.5.3zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.5.3
2022-11-03fd: 8.5.1 -> 8.5.2zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.5.2
2022-11-03fd: 8.5.0 -> 8.5.1kilianar1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.5.1
2022-11-02fd: 8.4.0 -> 8.5.0zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.5.0
2022-05-29fd: 8.3.2 -> 8.4.0zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.4.0
2022-01-30fd: 8.3.1 -> 8.3.2zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.3.2
2022-01-06fd: 8.3.0 -> 8.3.1zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.3.1
2021-11-27fd: 8.2.1 -> 8.3.0zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.3.0
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
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.
2020-12-09fd: 8.2.0 -> 8.2.1R. RyanTM1-3/+3
2020-12-07fd: 8.1.1 -> 8.2.0zowoq1-4/+4
https://github.com/sharkdp/fd/releases/tag/v8.2.0
2020-09-22fd: remove unnecessary reference to $srczowoq1-1/+1
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-06-08fd: add maintainerzowoq1-1/+1
2020-05-28fd: 8.1.0 -> 8.1.1R. RyanTM1-3/+3
2020-05-19fd: 8.0.0 -> 8.1.0Maximilian Bosch1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.1.0
2020-04-30Merge pull request #82982 from cole-h/rust-cleanupMaximilian Bosch1-3/+2
improve robustness of various Rust packages
2020-04-16fd: 7.5.0 -> 8.0.0zowoq1-3/+3
https://github.com/sharkdp/fd/releases/tag/v8.0.0
2020-04-12fd: improve robustness of buildCole Helbling1-3/+2
2020-03-22fd: 7.4.0 -> 7.5.0Maximilian Bosch1-3/+3
https://github.com/sharkdp/fd/releases/tag/v7.5.0
2020-03-18fd: use installShellFileszowoq1-10/+9
2020-02-28fd: add myself as maintainerMaximilian Bosch1-1/+1
2020-02-27fd: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
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.
2019-09-15fd: 7.3.0 -> 7.4.0Miguel Madrid Mencía1-3/+3
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
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-02-13fd: 7.2.0 -> 7.3.0dywedir1-9/+10
2018-10-29fd: 7.1.0 -> 7.2.0Will Dietz1-3/+3
2018-08-21fd: 7.0.0 -> 7.1.0 (#45422)Vladyslav M1-3/+3
2018-03-26fd: 6.3.0 -> 7.0.0Vladyslav M1-3/+3
2018-02-13fd: install fish shell completionsJosé Luis Lafuente1-2/+2
2018-02-10fd: 6.2.0 -> 6.3.0dywedir1-2/+3
2018-01-03fd: 6.1.0 -> 6.2.0dywedir1-3/+3
2017-12-11fd: 6.0.0 -> 6.1.0dywedir1-9/+4
2017-12-08fd: 5.0.0 -> 6.0.0Bart Brouns1-3/+8
2017-11-16fd: install shell completionsdywedir1-0/+5
2017-10-27fd: 4.0.0 -> 5.0.0dywedir1-6/+11
2017-10-23rust: update cargo builder to fetch registry dynamicallyKevin Cox1-1/+1
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-08fd: 3.1.0 -> 4.0.0mimadrid1-3/+3
2017-09-19fd: 3.0.0 -> 3.1.0dywedir1-3/+3
2017-09-10fd: 2.0.0 -> 3.0.0dywedir1-3/+3
2017-07-30fd: init at 2.0.0c74d1-0/+28
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").