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