tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-pve-exporter: 3.5.3 -> 3.5.4
R. Ryantm
8 months ago
bab44e87
2cd2decd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
pve-exporter.nix
+2
-2
pkgs/servers/monitoring/prometheus/pve-exporter.nix
···
7
8
python3.pkgs.buildPythonApplication rec {
9
pname = "prometheus_pve_exporter";
10
-
version = "3.5.3";
11
12
src = fetchPypi {
13
inherit pname version;
14
-
hash = "sha256-8QFXhGQWmkrKdZQwlIrdTa76NrNlC/lW3BI0taybpOI=";
15
};
16
17
propagatedBuildInputs = with python3.pkgs; [
···
7
8
python3.pkgs.buildPythonApplication rec {
9
pname = "prometheus_pve_exporter";
10
+
version = "3.5.4";
11
12
src = fetchPypi {
13
inherit pname version;
14
+
hash = "sha256-eaBjvcnhqgb/FeD/J919T4WjM4Ft9yYYrLtBFFH/CBo=";
15
};
16
17
propagatedBuildInputs = with python3.pkgs; [