Commit graph

34 commits

Author SHA1 Message Date
Oleksii Filonenko f65dafaabc procs: 0.11.8 -> 0.11.9 2021-07-20 15:03:01 +03:00
Arthur Gautier 8d41f2c92b procs: 0.11.4 -> 0.11.8
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-02 01:33:24 +00: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
Raphael Megzari 3c486fb51c
procs: fix darwin build (#117559) 2021-03-25 04:39:32 -04:00
R. RyanTM 8bc6358c37 procs: 0.11.3 -> 0.11.4 2021-03-13 11:20:57 +00:00
R. RyanTM 894e574917 procs: 0.11.1 -> 0.11.3 2021-02-03 21:00:41 +00:00
Daniël de Kok e0634a39a5 procs: add shell completions 2021-01-28 17:17:09 +01:00
06kellyjac ada52c39ad procs: 0.10.10 -> 0.11.1 2021-01-28 13:07:10 +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 f4542a2398 procs: 0.10.9 -> 0.10.10 2020-12-01 06:03:33 +00:00
R. RyanTM 3799d5ae21 procs: 0.10.7 -> 0.10.9 2020-11-26 16:32:35 +00:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM a73467d0aa procs: 0.10.5 -> 0.10.7 2020-11-11 21:55:31 +00:00
R. RyanTM d06be7fd38 procs: 0.10.4 -> 0.10.5 2020-11-04 06:07:07 +00:00
R. RyanTM f61a2ea8ff procs: 0.10.3 -> 0.10.4 2020-08-12 17:17:39 +00:00
Oleksii Filonenko b76ce23038 procs: 0.10.1 -> 0.10.3 2020-05-11 08:49:57 +00:00
Oleksii Filonenko b76765516f procs: 0.10.0 -> 0.10.1 2020-05-01 13:50:16 +00:00
Oleksii Filonenko 7133c01a7a
procs: 0.9.20 -> 0.10.0 2020-04-20 19:15:05 +03:00
Mario Rodas d580deacec procs: 0.9.18 -> 0.9.20 2020-03-14 01:24:45 +00:00
Benjamin Hipple c882a90bc6 procs: 0.9.11 -> 0.9.18 2020-03-05 01:30:08 -05:00
Oleksii Filonenko f00f60ffbb procs: add filalex77 as a maintainer 2020-02-18 03:25:35 +02:00
Oleksii Filonenko 1e1ad96cf6 procs: 0.9.9 -> 0.9.11 2020-02-18 03:23:19 +02: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
Mario Rodas d799e35079
procs: 0.9.6 -> 0.9.9 2020-02-13 04:20:00 -05:00
R. RyanTM 1c0a1e2862 procs: 0.9.5 -> 0.9.6 2020-02-06 13:50:30 +00:00
Mario Rodas 77f2d9bf1c
procs: 0.9.2 -> 0.9.5 2020-01-31 04:20:00 -05:00
Mario Rodas e39afd4095
procs: 0.9.0 -> 0.9.2 2020-01-26 04:20:00 -05:00
Mario Rodas 4dbba7a143
procs: 0.8.16 -> 0.9.0 2020-01-23 09:00:00 -05:00
Mario Rodas 5419097ccd
procs: 0.8.13 -> 0.8.16 2019-12-09 04:20:00 -05:00
Mario Rodas b861611b73 procs: 0.8.11 -> 0.8.13 2019-10-30 21:14:43 -07:00
Mario Rodas 3c3c9013d5
procs: 0.8.9 -> 0.8.11 2019-10-07 20:00:00 -05:00
Mario Rodas 56ddfa9d8f
procs: 0.8.5 -> 0.8.9 2019-09-06 00:00:00 -05:00
dalance dd3b53ce79 procs: init at 0.8.5 2019-05-09 02:01:20 +09:00