tauno-monitor: 0.2.18 -> 0.2.19

This commit is contained in:
Pascal Dietrich
2026-02-09 22:19:07 +01:00
parent 0bae301bf4
commit e7e2b14e30
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tauno-monitor";
version = "0.2.18";
version = "0.2.19";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${finalAttrs.version}";
hash = "sha256-UkBEronqxvf3wAqMUvTbvIjYZSe4Y53ZU3JklzK4Na0=";
hash = "sha256-MxP+ramtHjzkbkdICJTGdS2N3HG6uhdclA3su3cEXIE=";
};
nativeBuildInputs = [