mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73
This commit is contained in:
parent
2e28da99b5
commit
bf5d659954
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user