tauno-monitor: 0.2.1 -> 0.2.9

This commit is contained in:
R. Ryantm 2025-07-14 03:34:53 +00:00
parent f68666ff27
commit c1c53988b9

View File

@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tauno-monitor";
version = "0.2.1";
version = "0.2.9";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${version}";
hash = "sha256-WsBov5ftt0lXw3fC04EGAFj1imDaPAmKvWDC5a1y9+k=";
hash = "sha256-tVl6JZbzAgOlXQzvN9Wq4TTRoGfIyWw243vZFbkcyRo=";
};
nativeBuildInputs = [