tauno-monitor: 0.2.16 -> 0.2.17

This commit is contained in:
Pascal Dietrich
2025-09-05 21:24:17 +02:00
parent 190030f338
commit 3899f550c8
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tauno-monitor";
version = "0.2.16";
version = "0.2.17";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${version}";
hash = "sha256-0fwZc/aAdHsw8/Wa+Efi9lcvoWuJeJvTUaUUGzR1C+E=";
hash = "sha256-klYL9A2E7MsgzX9Aj0nrmaKWjvzI3giZVZVvFot16XU=";
};
nativeBuildInputs = [