figsoda
001bd7c466
cargo-update: 4.1.2 -> 7.0.1, switch to fetchCrate, remove patch
2021-10-07 11:17:45 -04:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
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 .
2021-05-08 00:36:37 -07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Yuki Okushi
06e6d55b45
cargo-update: 4.1.1 -> 4.1.2
2020-10-15 05:04:23 +09:00
Daniël de Kok
7695190731
cargo-update: install man pages
2020-08-20 08:41:44 +02:00
Yuki Okushi
e7177adafc
cargo-update: 3.0.0 -> 4.1.1
2020-08-20 14:24:38 +09:00
zowoq
b12099956c
cargo-update: fix darwin build
2020-08-17 00:16:37 +10:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Jörg Thalheim
49787b63b9
cargo-update: fix strict deps build
2020-03-29 12:37:24 +01:00
Maximilian Bosch
c2524362eb
cargo-update: 2.5.0 -> 3.0.0
2020-03-11 22:35:18 +01:00
Oleksii Filonenko
1bd8b17959
cargo-update: add filalex77 to maintainers
2020-01-09 16:25:20 +02:00
Oleksii Filonenko
204b722bed
cargo-update: 1.5.2 -> 2.5.0
2020-01-09 16:24:56 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Daiderd Jordan
d782c4eba5
cargo-update: fix darwin build ( #46625 )
...
On darwin libcurl is also needed.
/cc ZHF #45961
2018-09-13 23:36:17 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Tobias Happ
219970b494
cargo-update: init at 1.5.2 ( #40575 )
2018-08-02 10:28:57 +02:00