Merge pull request #120661 from Zopieux/nxdomain
nxdomain: 1.0.1 -> 1.0.2
This commit is contained in:
commit
2d9689351c
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nxdomain";
|
pname = "nxdomain";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1z9iffggqq2kw6kpnj30shi98cg0bkvkwpglmhnkgwac6g55n2zn";
|
sha256 = "0va7nkbdjgzrf7fnbxkh1140pbc62wyj86rdrrh5wmg3phiziqkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dnspython ];
|
propagatedBuildInputs = [ dnspython ];
|
||||||
|
@ -23,7 +23,7 @@ buildPythonApplication rec {
|
||||||
homepage = "https://github.com/zopieux/nxdomain";
|
homepage = "https://github.com/zopieux/nxdomain";
|
||||||
description = "A domain (ad) block list creator";
|
description = "A domain (ad) block list creator";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ zopieux ];
|
maintainers = with maintainers; [ zopieux ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue