diff --git a/pkgs/by-name/pr/prometheus-pve-exporter/package.nix b/pkgs/by-name/pr/prometheus-pve-exporter/package.nix index 2babdac3d4ea..1c375b5337dc 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.1"; + version = "3.8.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-aETUp6ygYvaa9BEFuT1fiQGgdJrslBkQHOMOrcr2Bgc="; + hash = "sha256-fHXWX4gaoP/DRkBw4HEAveUSdRCd4BJCElvGbaSf1TU="; }; propagatedBuildInputs = with python3.pkgs; [