Commit graph

17 commits

Author SHA1 Message Date
R. RyanTM e0c0477c1e cargo-outdated: 0.9.15 -> 0.9.17 2021-07-03 03:55:54 +00:00
R. RyanTM 45995d8d9e cargo-outdated: 0.9.14 -> 0.9.15 2021-04-27 17:45:54 +00:00
R. RyanTM 9e0995e1df cargo-outdated: 0.9.13 -> 0.9.14 2021-01-28 22:56:20 +00: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
R. RyanTM a98a24fe15 cargo-outdated: 0.9.11 -> 0.9.13 2020-11-01 07:07:58 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
R. RyanTM c805f76e09 cargo-outdated: 0.9.10 -> 0.9.11 2020-07-20 02:55:59 +00:00
R. RyanTM 09409dcfc2 cargo-outdated: 0.9.9 -> 0.9.10 2020-05-06 17:44:03 +00:00
R. RyanTM 456c52cccb cargo-outdated: 0.9.8 -> 0.9.9 2020-04-09 01:27:35 +00:00
Vladyslav M 9dd2537d21
cargo-outdated: 0.9.7 -> 0.9.8 2020-03-25 10:39:48 +02:00
Maximilian Bosch a483b787cb
cargo-outdated: 0.9.5 -> 0.9.7 2020-03-11 22:29:29 +01:00
Benjamin Hipple 66e5cc0bd2 cargo-outdated: 0.9.1 -> 0.9.5
Upstream is now vendoring the Cargo.lock file for reproducible app builds, so we
can now remove the patching workaround. However, they're missing a git tag, so
we have to do some work to find the right git commit.
2020-02-16 15:10:10 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
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-13 22:41:37 -08:00
Ivan Kozik 1896f2b2b0 cargo-outdated: unstable-2019-04-13 -> 0.9.1 2019-12-14 15:41:19 +00:00
arcnmx c75653b015 cargo-outdated: fix darwin build 2019-06-30 14:00:42 -07:00
Sondre Nilsen 67d03fec53
cargo-outdated: init at unstable-2019-04-13 2019-04-24 12:46:19 +03:00