mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
prometheus-deluge-exporter: 2.4.0 -> 2.4.1 (#441597)
This commit is contained in:
@@ -4,15 +4,18 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.4.1";
|
||||
in
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "deluge-exporter";
|
||||
version = "2.4.0-unstable-2024-06-02";
|
||||
inherit version;
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ibizaman";
|
||||
repo = "deluge_exporter";
|
||||
rev = "8d446c8cba4a324aa052e66c115121b23adc970f";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1brLWx6IEGffcvHPCkz10k9GCNQIXXJ9PYZuEzlKHTA=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user