tauno-monitor: 0.1.28 -> 0.1.29

This commit is contained in:
Pascal Dietrich
2025-06-18 21:28:57 +02:00
parent ff31e2b2af
commit 918d451075
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tauno-monitor";
version = "0.1.28";
version = "0.1.29";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${version}";
hash = "sha256-DxWB69bkDAe35ci/e18Dji0EpZvbz7Y5y+32ZchV/m8=";
hash = "sha256-U7vp0cPIRQeeuLGazoCQAnVQaKxDznC65bE31SwYU3A=";
};
nativeBuildInputs = [