Skip to content

Commit

Permalink
Merge pull request #93755 from r-ryantm/auto-update/shadowsocks-rust
Browse files Browse the repository at this point in the history
shadowsocks-rust: 1.8.12 -> 1.8.13
  • Loading branch information
Ma27 committed Jul 24, 2020
2 parents af85494 + cc665ae commit caef648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/shadowsocks-rust/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.8.12";
version = "1.8.13";

src = fetchFromGitHub {
rev = "v${version}";
owner = "shadowsocks";
repo = pname;
sha256 = "0c9mdy22pjnjq5l2ji2whrfz64azx6yi6m76j17pbhnjf6f4jx9b";
sha256 = "1whhn689glw7ips3c7fxx868ib6kyrqsjxmqv7pi95wdjwgzjj40";
};

cargoSha256 = "03gf26d7rz4v2v5fypcp5icsqqnb4m5dwil9ad5a98q3ssx80iwq";
cargoSha256 = "02n9sw7954vv6m1rggdlw5mzf4cyg5zi7hc2jkd7pz64p67fnm1d";

SODIUM_USE_PKG_CONFIG = 1;

Expand Down

0 comments on commit caef648

Please sign in to comment.