tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.netbox-plugin-prometheus-sd: 1.1.2 -> 1.2.0
R. Ryantm
1 year ago
35b644f6
02b2743b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
netbox-plugin-prometheus-sd
default.nix
+2
-2
pkgs/development/python-modules/netbox-plugin-prometheus-sd/default.nix
reviewed
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "netbox-plugin-prometheus-sd";
14
14
-
version = "1.1.2";
14
14
+
version = "1.2.0";
15
15
pyproject = true;
16
16
17
17
disabled = pythonOlder "3.8";
···
20
20
owner = "FlxPeters";
21
21
repo = "netbox-plugin-prometheus-sd";
22
22
tag = "v${version}";
23
23
-
hash = "sha256-R/gUaRAHI0+U4TGjqo3kK/rhIamRY4F68cg5plGIQaE=";
23
23
+
hash = "sha256-L5kJnaY9gKpsWAgwkjVRQQauL2qViinqk7rHLXTVzT4=";
24
24
};
25
25
26
26
postPatch = ''