tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.netbox-dns: 1.2.7 -> 1.2.11
R. Ryantm
9 months ago
86e5db86
72d75213
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
netbox-dns
default.nix
+2
-2
pkgs/development/python-modules/netbox-dns/default.nix
···
7
}:
8
buildPythonPackage rec {
9
pname = "netbox-plugin-dns";
10
-
version = "1.2.7";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "peteeckel";
15
repo = "netbox-plugin-dns";
16
tag = version;
17
-
hash = "sha256-l0jPn4dyUHm/E8tmSpmSXkSRa5dsD7ap8Gl3RSdfRoU=";
18
};
19
20
build-system = [ setuptools ];
···
7
}:
8
buildPythonPackage rec {
9
pname = "netbox-plugin-dns";
10
+
version = "1.2.11";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "peteeckel";
15
repo = "netbox-plugin-dns";
16
tag = version;
17
+
hash = "sha256-cT2nvPDsvZBVuhvvORtxwb2TDHqnSpvpIJFkGZy1CEc=";
18
};
19
20
build-system = [ setuptools ];