Skip to content

Commit

Permalink
shadowsocks-libev: 3.3.4 -> 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 15, 2020
1 parent be33b54 commit c1d2464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/shadowsocks-libev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
pname = "shadowsocks-libev";
version = "3.3.4";
version = "3.3.5";

# Git tag includes CMake build files which are much more convenient.
src = fetchFromGitHub {
owner = "shadowsocks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "05f1vvd0r0wanbb61rf4p6y991jp7625l0i223v23r2ji43y3i5a";
sha256 = "1iqpmhxk354db1x08axg6wrdy9p9a4mz0h9351i3mf3pqd1v6fdw";
fetchSubmodules = true;
};

Expand Down

0 comments on commit c1d2464

Please sign in to comment.