mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Update netlib
This commit is contained in:
parent
e0bdf466ef
commit
acb0c21bc8
@ -4385,7 +4385,7 @@ rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/cortesi/netlib/archive/v${meta.version}.tar.gz";
|
url = "https://github.com/cortesi/netlib/archive/v${meta.version}.tar.gz";
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "1y8lx2j1jrr93mqfb06zg1x5jm9lllw744sb61ib8dagw43nnq3v";
|
sha256 = "1x2n126b7fal64fb5fzkp4by7ym0iswn3w9mh6pm4c1vjdpnk592";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -4395,7 +4395,7 @@ rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
version = "0.9";
|
version = "0.10";
|
||||||
description = ''Man-in-the-middle proxy'';
|
description = ''Man-in-the-middle proxy'';
|
||||||
homepage = "https://github.com/cortesi/netlib";
|
homepage = "https://github.com/cortesi/netlib";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user