mqtt-exporter: 1.5.0 -> 1.6.1 (#373767)

authored by Fabian Affolter and committed by GitHub 301aa4b7 eb62e6aa

+2 -2
+2 -2
pkgs/by-name/mq/mqtt-exporter/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "mqtt-exporter"; 9 - version = "1.5.0"; 9 + version = "1.6.1"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "kpetremann"; 14 14 repo = "mqtt-exporter"; 15 15 tag = "v${version}"; 16 - hash = "sha256-3gUAiujfBXJpVailx8cMmSJS7l69XpE4UGK/aebcQqY="; 16 + hash = "sha256-XTgnD3H48KKclPhfmBPiWQPaJkfiBxjq2YQusOPLFJQ="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [ "prometheus-client" ];