diff --git a/pkgs/by-name/pr/prometheus-pve-exporter/package.nix b/pkgs/by-name/pr/prometheus-pve-exporter/package.nix index 1c375b5337dc..181cd906eb1a 100644 --- a/pkgs/by-name/pr/prometheus-pve-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-pve-exporter/package.nix @@ -7,12 +7,12 @@ python3.pkgs.buildPythonApplication rec { pname = "prometheus_pve_exporter"; - version = "3.8.2"; + version = "3.8.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-fHXWX4gaoP/DRkBw4HEAveUSdRCd4BJCElvGbaSf1TU="; + hash = "sha256-dVawZB5oewu7sNj0lZ4koVia6gorjtxpSu66Lvl6XuE="; }; propagatedBuildInputs = with python3.pkgs; [