tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nxdomain: 1.0.1 -> 1.0.2
Alexandre Macabies
4 years ago
17f00cd2
b1c9917f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
nxdomain
default.nix
+3
-3
pkgs/tools/networking/nxdomain/default.nix
···
2
2
3
3
buildPythonApplication rec {
4
4
pname = "nxdomain";
5
5
-
version = "1.0.1";
5
5
+
version = "1.0.2";
6
6
7
7
src = fetchPypi {
8
8
inherit pname version;
9
9
-
sha256 = "1z9iffggqq2kw6kpnj30shi98cg0bkvkwpglmhnkgwac6g55n2zn";
9
9
+
sha256 = "0va7nkbdjgzrf7fnbxkh1140pbc62wyj86rdrrh5wmg3phiziqkb";
10
10
};
11
11
12
12
propagatedBuildInputs = [ dnspython ];
···
23
23
homepage = "https://github.com/zopieux/nxdomain";
24
24
description = "A domain (ad) block list creator";
25
25
platforms = platforms.all;
26
26
-
license = licenses.gpl3Plus;
26
26
+
license = licenses.gpl3Only;
27
27
maintainers = with maintainers; [ zopieux ];
28
28
};
29
29
}