mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
shadowsocks-libev: 3.2.0 -> 3.2.3
This commit is contained in:
parent
6b81768297
commit
c0174f715a
@ -5,14 +5,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shadowsocks-libev-${version}";
|
||||
version = "3.2.0";
|
||||
version = "3.2.3";
|
||||
|
||||
# Git tag includes CMake build files which are much more convenient.
|
||||
src = fetchFromGitHub {
|
||||
owner = "shadowsocks";
|
||||
repo = "shadowsocks-libev";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "0i9vz5b2c2bkdl2k9kqzvqyrlpdl94lf7k7rzxds8hn2kk0jizhb";
|
||||
sha256 = "1nj2z3j41lqd6gvj6j7xc8g7jbn2f8b75phlkgwvw0j3zsqnbq30";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user