l pkgs.proxychain-ng: init at 4.15
This commit is contained in:
parent
5e951329e3
commit
a324b1add1
16
lass/5pkgs/proxychains-ng/default.nix
Normal file
16
lass/5pkgs/proxychains-ng/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "proxychains-ng";
|
||||
version = "4.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rofl0r";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "128d502y8pn7q2ls6glx9bvibwzfh321sah5r5li6b6iywh2zqlc";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user