shadowsocks-rust: 1.23.3 -> 1.23.4

This commit is contained in:
R. Ryantm 2025-05-22 15:12:59 +00:00
parent 583eef75e7
commit b0aea75633

View file

@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.23.3";
version = "1.23.4";
src = fetchFromGitHub {
owner = "shadowsocks";
repo = "shadowsocks-rust";
tag = "v${version}";
hash = "sha256-gUCDHk6Z3w3ajtYV8s0TXXnJCiHhOdMZRcIK4uPnQ2M=";
hash = "sha256-YUDPD46EVCJe/FFUaSyDDSXPk87CiGduzFyPtjr2fDI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-DsdVvYznh9i3d3UdcKOCYRoisP8BAJ6XLV2JbFhEr5M=";
cargoHash = "sha256-E4vhgaUtUTNt+tRrLxDNXICMIH8N3EL+mkC9Ga+lI70=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];