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

shadowsocks-rust: 1.20.2 -> 1.20.3
This commit is contained in:
Nick Cao
2024-08-04 09:08:53 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.20.2";
version = "1.20.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "shadowsocks";
repo = pname;
hash = "sha256-sfGt68XpezLKTRlnhjUTive83SA3aXF6uNLwmTCG3tU=";
hash = "sha256-TVD6yI/I6R2sZGdyE0JsbuN9u5e23MRQCsKpi85JEGM=";
};
cargoHash = "sha256-p1mPLJIEc3wSfweQfRrlnvAN0t7Ag7d+dxkGUP886Rs=";
cargoHash = "sha256-4OXue0KsGxc0EOLRTdr9uTA5t1dl09YJKvavezJ/mxM=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];