nxdomain: 1.0.1 -> 1.0.2

+3 -3
+3 -3
pkgs/tools/networking/nxdomain/default.nix
··· 2 3 buildPythonApplication rec { 4 pname = "nxdomain"; 5 - version = "1.0.1"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "1z9iffggqq2kw6kpnj30shi98cg0bkvkwpglmhnkgwac6g55n2zn"; 10 }; 11 12 propagatedBuildInputs = [ dnspython ]; ··· 23 homepage = "https://github.com/zopieux/nxdomain"; 24 description = "A domain (ad) block list creator"; 25 platforms = platforms.all; 26 - license = licenses.gpl3Plus; 27 maintainers = with maintainers; [ zopieux ]; 28 }; 29 }
··· 2 3 buildPythonApplication rec { 4 pname = "nxdomain"; 5 + version = "1.0.2"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "0va7nkbdjgzrf7fnbxkh1140pbc62wyj86rdrrh5wmg3phiziqkb"; 10 }; 11 12 propagatedBuildInputs = [ dnspython ]; ··· 23 homepage = "https://github.com/zopieux/nxdomain"; 24 description = "A domain (ad) block list creator"; 25 platforms = platforms.all; 26 + license = licenses.gpl3Only; 27 maintainers = with maintainers; [ zopieux ]; 28 }; 29 }