tauno-monitor: 0.2.14 -> 0.2.15 (#434076)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-20 23:37:07 +02:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tauno-monitor";
version = "0.2.14";
version = "0.2.15";
pyproject = false;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
tag = "v${version}";
hash = "sha256-1jXQZc2+Yufjo75KwHbAFPsGxdpxkdUP8LXyY2fj3Kw=";
hash = "sha256-x2RgjKI+GSrZYY2sZWFTB1OkBF3s3O+XOpj1Es03ZwE=";
};
nativeBuildInputs = [