prometheus-borgmatic-exporter: 0.2.8 -> 0.3.0 (#410903)

Co-authored-by: flandweber <finn@landweber.xyz>

authored by nixpkgs-merge-bot[bot] flandweber and committed by GitHub e7ceb9e1 09e52e12

+2 -2
+2 -2
pkgs/by-name/pr/prometheus-borgmatic-exporter/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "prometheus-borgmatic-exporter"; 10 - version = "0.2.8"; 10 + version = "0.3.0"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "maxim-mityutko"; 15 15 repo = "borgmatic-exporter"; 16 16 tag = "v${version}"; 17 - hash = "sha256-/d9XX/7w6hod7udB9tlCqOVpcpWZzU0Kir9RSoQiQBs="; 17 + hash = "sha256-QbpHSpcXJdmi6oiPTFT6XwNLtaXSAGavHeEoz3IV73I="; 18 18 }; 19 19 20 20 pythonRelaxDeps = [ "prometheus-client" ];