Unverified Commit d0867802 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #241987 from marsam/update-shadowsocks-rust

shadowsocks-rust: 1.15.3 -> 1.15.4
parents aab45971 a349e2f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "shadowsocks-rust";
  version = "1.15.3";
  version = "1.15.4";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "shadowsocks";
    repo = pname;
    hash = "sha256-HU+9y4btWbYrkHazOudY2j9RceieBK3BS2jgLbwcEdk=";
    hash = "sha256-Tdh6lGk93hGuR+L2cytVoKYfRHrmuNo9OtKqQaeCMx0=";
  };

  cargoHash = "sha256-YORQHX4RPPHDErgo4c3SxvxklJ9mxHeP/1GiwhuL+J0=";
  cargoHash = "sha256-dtHr+zsjpQe+iNwlj0sRxZRsgl1nxflXhhV1fTMCiFY=";

  nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];