prometheus-deluge-exporter: 2.4.0 -> 2.4.1 (#441597)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 11:36:24 +00:00
committed by GitHub

View File

@@ -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=";
};