prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73

This commit is contained in:
R. Ryantm 2024-05-27 21:27:32 +00:00
parent 2e28da99b5
commit bf5d659954

View File

@ -2,15 +2,15 @@
python3Packages.buildPythonApplication rec {
pname = "sabnzbd_exporter";
version = "0.1.70";
version = "0.1.73";
format = "other";
src = fetchFromGitHub {
owner = "msroest";
repo = pname;
rev = version;
hash = "sha256-FkZAWIIlGX2VxRL3WS5J9lBgToQGbEQUqvf0xcdvynk=";
rev = "refs/tags/${version}";
hash = "sha256-c+NbaHYr/CzZ94/i92W2g7+RBSPSmkE2yszNE6L6M6Y=";
};
propagatedBuildInputs = with python3Packages; [ prometheus-client requests ];