tauno-monitor: 0.2.18 -> 0.2.19 (#488857)

This commit is contained in:
Nick Cao
2026-02-10 21:41:51 +00:00
committed by GitHub
+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 = [