about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-udeps/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12cargo-udeps: 0.1.45 -> 0.1.47R. Ryantm1-3/+3
(cherry picked from commit 3988ace9ba49c3ca572a2b0c2567e24a96b8b23b) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-02-23cargo-udeps: 0.1.43 -> 0.1.45R. Ryantm1-3/+3
(cherry picked from commit b788592ce55c65cccbb40bd20f582fab3da5d733) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-12-01cargo-udeps: set meta.mainProgramSimon Žlender1-0/+1
(cherry picked from commit 6de74f02e07dc9a79e548c35e84b30b4e811fbc5)
2023-10-17cargo-udeps: 0.1.42 -> 0.1.43R. Ryantm1-3/+3
2023-08-27cargo-udeps: 0.1.41 -> 0.1.42Matthias Beyer1-3/+3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-11treewide: add matthiasbeyer to a bunch of packages (#248566)Matthias Beyer1-1/+1
2023-08-06cargo-udeps: 0.1.40 -> 0.1.41R. Ryantm1-3/+3
2023-06-25cargo-udeps: 0.1.39 -> 0.1.40R. Ryantm1-3/+3
2023-05-13cargo-udeps: 0.1.38 -> 0.1.39R. Ryantm1-3/+3
2023-05-05cargo-udeps: 0.1.36 -> 0.1.38R. Ryantm1-3/+3
2023-05-02cargo-udeps: 0.1.35 -> 0.1.36R. Ryantm1-3/+3
2022-11-04cargo-udeps: 0.1.33 -> 0.1.35R. Ryantm1-3/+3
2022-09-16cargo-udeps: 0.1.32 -> 0.1.33R. Ryantm1-3/+3
2022-08-23cargo-udeps: 0.1.30 -> 0.1.32R. Ryantm1-3/+3
2022-07-07cargo-udeps: 0.1.27 -> 0.1.30R. Ryantm1-3/+3
2022-02-26cargo-udeps: 0.1.26 -> 0.1.27R. Ryantm1-3/+3
2022-01-23cargo-udeps: 0.1.25 -> 0.1.26R. Ryantm1-3/+3
2021-12-21cargo-udeps: 0.1.24 -> 0.1.25R. Ryantm1-3/+3
2021-10-29cargo-udeps: 0.1.23 -> 0.1.24R. Ryantm1-3/+3
2021-09-16cargo-udeps: 0.1.22 -> 0.1.23R. RyanTM1-3/+3
2021-06-18cargo-udeps: 0.1.21 -> 0.1.22happysalada1-5/+6
2021-05-17cargo-udeps: 0.1.20 -> 0.1.21R. RyanTM1-3/+3
2021-03-27cargo-udeps: 0.1.19 -> 0.1.20R. RyanTM1-3/+3
2021-03-15cargo-udeps: 0.1.18 -> 0.1.19R. RyanTM1-3/+3
2021-02-13cargo-udeps: 0.1.17 -> 0.1.18R. RyanTM1-3/+3
2021-01-28cargo-udeps: 0.1.16 -> 0.1.17R. RyanTM1-3/+3
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-21cargo-udeps: 0.1.15 -> 0.1.16R. RyanTM1-3/+3
2020-10-17cargo-udeps: 0.1.14 -> 0.1.15R. RyanTM1-3/+3
2020-09-04cargo-udeps: 0.1.13 -> 0.1.14R. RyanTM1-3/+3
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-07-20cargo-udeps: 0.1.12 -> 0.1.13R. RyanTM1-3/+3
2020-06-06cargo-udeps: 0.1.11 -> 0.1.12R. RyanTM1-3/+3
2020-05-02cargo-udeps: 0.1.10 -> 0.1.11R. RyanTM1-3/+3
2020-03-14cargo-udeps: 0.1.9 -> 0.1.10Fabian Möller1-3/+3
2020-03-13cargo-udeps: 0.1.7 -> 0.1.9R. RyanTM1-3/+3
2020-02-29cargo-udeps: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
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.
2020-02-10cargo-udeps: 0.1.5 -> 0.1.7Bernardo Meurer1-3/+6
2019-11-11cargo-udeps: init at 0.1.5Fabian Möller1-0/+28