prometheus-pve-exporter: 3.2.4 -> 3.4.3

From version 3.2.5, the package's name was changed upstream to use underscores (_) instead of dashes (-). Even though `pname` was changed to reflect this, the nix package itself will still be referenced by `prometheus-pve-exporter`, thus maintaining compatibility.
This commit is contained in:
Kartik Gokte 2024-07-17 16:06:37 +05:30
parent e5e12391d9
commit 08675bba98

View File

@ -5,12 +5,12 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "prometheus-pve-exporter";
version = "3.2.4";
pname = "prometheus_pve_exporter";
version = "3.4.3";
src = fetchPypi {
inherit pname version;
hash = "sha256-C7agnOUdtd4YncAiaPQaZqBJ8DKZoM1Fa+dr1F4xYgI=";
hash = "sha256-5xvTUOwBj3N0hxLKfAlEq8y8snoDb92f7o7u7j0RdhY=";
};
propagatedBuildInputs = with python3.pkgs; [