tauno-monitor: 0.2.17 -> 0.2.18 (#477280)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-20 01:20:35 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tauno-monitor";
version = "0.2.17";
version = "0.2.18";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${version}";
hash = "sha256-klYL9A2E7MsgzX9Aj0nrmaKWjvzI3giZVZVvFot16XU=";
hash = "sha256-UkBEronqxvf3wAqMUvTbvIjYZSe4Y53ZU3JklzK4Na0=";
};
nativeBuildInputs = [