3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159891 from r-ryantm/auto-update/shadowsocks-rust

shadowsocks-rust: 1.13.0 -> 1.13.2
This commit is contained in:
Mario Rodas 2022-02-13 18:47:21 -05:00 committed by GitHub
commit 81db138381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.13.0";
version = "1.13.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shadowsocks";
repo = pname;
sha256 = "sha256-owEUj79IcZAxK0JLoyQI/DDCaaNSYHyD695Xk7hvJxE=";
sha256 = "sha256-4lOEft1uiGN7OgFQzSn+QV8/wHl+W2yM3RAc5t8bUtk=";
};
cargoSha256 = "sha256-Akxe8w+w3JSO6yeCW/C/+/Wjl7Jl0GXYucjLis27V9Q=";
cargoSha256 = "sha256-NKq/lnpGrCLZjWdKquysoi25SsFtmtDrPIioDgQoMjw=";
RUSTC_BOOTSTRAP = 1;