ProxyChains: version bump
svn path=/nixpkgs/trunk/; revision=34252
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl } :
|
{ stdenv, fetchgit } :
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "proxychains-3.1";
|
name = "proxychains-4.0";
|
||||||
src = fetchurl {
|
src = fetchgit {
|
||||||
url = mirror://sourceforge/proxychains/proxychains-3.1.tar.gz;
|
url = https://github.com/haad/proxychains.git;
|
||||||
sha256 = "9a27657fe9f6e17de9e402ba5c60f9954e7e79fb270c1ef242770f3c01d8515a";
|
# sha256 = "9a27657fe9f6e17de9e402ba5c60f9954e7e79fb270c1ef242770f3c01d8515a";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = "sed -e s@libproxychains.so@$out/lib/libproxychains.so@ -i proxychains/proxychains";
|
# patchPhase = "sed -e s@libproxychains.so@$out/lib/libproxychains.so@ -i proxychains/proxychains";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Proxifier for SOCKS proxies.";
|
description = "Proxifier for SOCKS proxies.";
|
||||||
|
|||||||
Reference in New Issue
Block a user