proxychains: add revision and hash
svn path=/nixpkgs/trunk/; revision=34253
This commit is contained in:
parent
46809b6094
commit
62b353e605
@ -1,13 +1,12 @@
|
|||||||
{ stdenv, fetchgit } :
|
{ stdenv, fetchgit } :
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "proxychains-4.0";
|
name = "proxychains-4.0.1-head";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/haad/proxychains.git;
|
url = https://github.com/haad/proxychains.git;
|
||||||
# sha256 = "9a27657fe9f6e17de9e402ba5c60f9954e7e79fb270c1ef242770f3c01d8515a";
|
rev = "c9b8ce35b24f9d4e80563242b759dff54867163f";
|
||||||
|
sha256 = "4ab73e14c5db6d32d88e0710a9f1b7c9c77b59574a7cf0e9f69f34d8ec9fb643";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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.";
|
||||||
homepage = http://proxychains.sourceforge.net;
|
homepage = http://proxychains.sourceforge.net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user