shadowsocks-rust: 1.15.2 -> 1.15.3

https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.15.3
This commit is contained in:
Mario Rodas 2023-03-12 04:20:00 +00:00
parent e7e30a81f5
commit c42d029b87

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.15.2";
version = "1.15.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shadowsocks";
repo = pname;
hash = "sha256-CvAOvtC5U2njQuUjFxjnGeqhuxrCw4XI6goo1TxIhIU=";
hash = "sha256-HU+9y4btWbYrkHazOudY2j9RceieBK3BS2jgLbwcEdk=";
};
cargoHash = "sha256-ctZlYo82M7GKVvrEkw/7+aH9R0MeEsyv3IKl9k4SbiA=";
cargoHash = "sha256-YORQHX4RPPHDErgo4c3SxvxklJ9mxHeP/1GiwhuL+J0=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];