Merge pull request #315194 from r-ryantm/auto-update/prometheus-sabnzbd-exporter

prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73
This commit is contained in:
Markus Kowalewski 2024-05-30 15:49:40 +00:00 committed by GitHub
commit 6df7a63b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];