summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-make
AgeCommit message (Collapse)AuthorFilesLines
2022-11-17cargo-make: 0.36.2 -> 0.36.3R. Ryantm1-3/+3
2022-10-19cargo-make: 0.36.1 -> 0.36.2R. Ryantm1-3/+3
2022-09-28cargo-make: 0.36.0 -> 0.36.1R. Ryantm1-3/+3
2022-08-30cargo-make: 0.35.16 -> 0.36.0R. Ryantm1-3/+3
2022-08-09cargo-make: 0.35.15 -> 0.35.16R. Ryantm1-3/+3
2022-07-23cargo-make: 0.35.13 -> 0.35.15xrelkd1-3/+3
2022-06-25cargo-make: 0.35.12 -> 0.35.13R. Ryantm1-3/+3
2022-06-19treewide: reduce maintenance workload for ma27Maximilian Bosch1-1/+1
Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
2022-05-08cargo-make: 0.35.11 -> 0.35.12xrelkd1-3/+3
2022-04-26cargo-make: 0.35.10 -> 0.35.11R. Ryantm1-3/+3
2022-03-12cargo-make: 0.35.9 -> 0.35.10R. Ryantm1-3/+3
2022-02-25cargo-make: 0.35.8 -> 0.35.9R. Ryantm1-3/+3
2022-01-31cargo-make: 0.35.7 -> 0.35.8R. Ryantm1-3/+3
2021-12-21cargo-make: 0.35.6 -> 0.35.7R. Ryantm1-3/+3
2021-11-02cargo-make: 0.35.5 -> 0.35.6R. Ryantm1-3/+3
2021-10-29cargo-make: 0.35.0 -> 0.35.5R. Ryantm1-3/+3
2021-07-10cargo-make: 0.34.0 -> 0.35.0R. RyanTM1-3/+3
2021-06-17cargo-make: 0.33.0 -> 0.34.0R. RyanTM1-3/+3
2021-05-11cargo-make: 0.32.17 -> 0.33.0R. RyanTM1-3/+3
2021-04-23cargo-make: fix darwin build (#120312)Raphael Megzari1-2/+11
* cargo-make: format with nixpkgs-fmt * cargo-make: fix darwin build
2021-04-22cargo-make: 0.32.16 -> 0.32.17R. RyanTM1-3/+3
2021-04-04cargo-make: 0.32.15 -> 0.32.16R. RyanTM1-3/+3
2021-03-30cargo-make: 0.32.14 -> 0.32.15R. RyanTM1-3/+3
2021-03-10cargo-make: 0.32.12 -> 0.32.14R. RyanTM1-3/+3
2021-02-03cargo-make: 0.32.11 -> 0.32.12R. RyanTM1-3/+3
2021-01-28cargo-make: 0.32.10 -> 0.32.11R. RyanTM1-3/+3
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-18cargo-make: 0.32.9 -> 0.32.10R. RyanTM1-3/+3
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-10cargo-make: 0.32.8 -> 0.32.9R. RyanTM1-3/+3
2020-11-06cargo-make: 0.32.7 -> 0.32.8Maximilian Bosch1-3/+3
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.8
2020-10-17cargo-make: 0.32.4 -> 0.32.7R. RyanTM1-3/+3
2020-08-29cargo-make: 0.32.3 -> 0.32.4Maximilian Bosch1-3/+3
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.4
2020-08-28cargo-make: 0.32.2 -> 0.32.3Maximilian Bosch2-1300/+7
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.3
2020-08-22cargo-make: 0.32.0 -> 0.32.2Maximilian Bosch2-111/+71
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.1 https://github.com/sagiegurari/cargo-make/releases/tag/0.32.2
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-07-03cargo-make: fix darwin buildMaximilian Bosch1-2/+4
https://hydra.nixos.org/build/123569405
2020-07-03cargo-make: 0.31.1 -> 0.32.0Maximilian Bosch2-98/+312
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.0
2020-06-26cargo-make: 0.31.0 -> 0.31.1Maximilian Bosch2-8/+8
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.1
2020-06-07cargo-make: 0.30.8 -> 0.31.0Maximilian Bosch2-55/+75
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.0
2020-05-27cargo-make: 0.30.7 -> 0.30.8Maximilian Bosch2-6/+6
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.8
2020-05-08cargo-make: 0.30.6 -> 0.30.7Maximilian Bosch2-31/+31
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.7
2020-04-24cargo-make: 0.30.5 -> 0.30.6Maximilian Bosch2-388/+372
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.6
2020-04-15cargo-make: 0.30.4 -> 0.30.5Maximilian Bosch2-15/+65
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.5
2020-04-07cargo-make: 0.30.2 -> 0.30.4Maximilian Bosch2-4/+4
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.3 https://github.com/sagiegurari/cargo-make/releases/tag/0.30.4
2020-04-04cargo-make: 0.30.1 -> 0.30.2Maximilian Bosch2-7/+7
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.2
2020-03-28cargo-make: 0.30.0 -> 0.30.1Maximilian Bosch2-7/+7
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-23cargo-make: 0.29.0 -> 0.30.0Maximilian Bosch2-4/+4
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
2020-03-19cargo-make: 0.28.0 -> 0.29.0Maximilian Bosch3-1114/+55
https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
2020-03-08cargo-make: remove unnecessary attribute (#82071)Benjamin Hipple1-2/+0
The default value when left unspecified is now false, so no need to state this explicitly.