Commit graph

21 commits

Author SHA1 Message Date
Mario Rodas 250e0c36b7 shadowsocks-rust: 1.10.1 -> 1.10.2
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.10.2
2021-03-27 04:20:00 +00:00
R. RyanTM 1763b9a201 shadowsocks-rust: 1.9.2 -> 1.10.1 2021-03-27 20:20:18 +00:00
Mario Rodas 601c844e4c shadowsocks-rust: 1.9.1 -> 1.9.2
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.9.2
2021-03-06 05:00:00 -05:00
Mario Rodas bbed03f446 shadowsocks-rust: 1.8.23 -> 1.9.0
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.9.0
2021-02-23 04:20:00 +00:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Mario Rodas 6ebbc312aa shadowsocks-rust: 1.8.18 -> 1.8.23 2020-11-04 04:20:00 +00:00
Mario Rodas e3796bc865 shadowsocks-rust: 1.8.17 -> 1.8.18 2020-09-20 04:20:00 +00:00
Mario Rodas 051ac12650 shadowsocks-rust: 1.8.16 -> 1.8.17 2020-09-09 22:58:51 -05:00
Mario Rodas d33a625b5f shadowsocks-rust: 1.8.14 -> 1.8.16 2020-08-21 12:12:30 -07:00
Mario Rodas 732334c1de
shadowsocks-rust: 1.8.13 -> 1.8.14
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.8.14
2020-08-08 16:20:00 -05:00
R. RyanTM cc665aee53 shadowsocks-rust: 1.8.12 -> 1.8.13 2020-07-24 09:43:05 +00:00
R. RyanTM 34d253c233 shadowsocks-rust: 1.8.11 -> 1.8.12 2020-06-06 18:27:28 +00:00
Mario Rodas 3c4b40300b
shadowsocks-rust: 1.7.2 -> 1.8.11 2020-05-15 04:20:00 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple 38d58b2917 shadowsocks-rust: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-28 00:22:54 -08: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 5f311f613f
shadowsocks-rust: 1.7.0 -> 1.7.2
Changelog: https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.7.2
2019-09-28 04:20:00 -05:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Mario Rodas 3039cfcfde
shadowsocks-rust: init at 1.7.0 2019-03-16 07:35:08 -05:00