Skip to content

Commit 732334c

Browse files
committed
1 parent bba261c commit 732334c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/networking/shadowsocks-rust/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "shadowsocks-rust";
5-
version = "1.8.13";
5+
version = "1.8.14";
66

77
src = fetchFromGitHub {
88
rev = "v${version}";
99
owner = "shadowsocks";
1010
repo = pname;
11-
sha256 = "1whhn689glw7ips3c7fxx868ib6kyrqsjxmqv7pi95wdjwgzjj40";
11+
sha256 = "0fcpmdshl52lg44b94h7pbikq91ppvmkdgd8993hgvzjyl0pchs5";
1212
};
1313

14-
cargoSha256 = "02n9sw7954vv6m1rggdlw5mzf4cyg5zi7hc2jkd7pz64p67fnm1d";
14+
cargoSha256 = "1vvcsadp2kycqjsmgy48szxzqg6s1jpdlzppfgffm8r71dcppyjj";
1515

1616
SODIUM_USE_PKG_CONFIG = 1;
1717

0 commit comments

Comments
 (0)