Revert "Force OpenHAB-4.2.0.M1 version"

This reverts commit c1ca49f09f.
This commit is contained in:
2024-07-11 15:23:17 +02:00
parent c1ca49f09f
commit 16cfb3226e
4 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,6 @@ let
version = builtins.readFile ./version;
sha256 = builtins.readFile ./openhab-addons.sha256;
in fetchurl {
url = "https://github.com/openhab/openhab-distro/releases/download/4.2.0.M1/openhab-addons-4.2.1.M1.kar";
url = "https://github.com/openhab/openhab-distro/releases/download/${version}/openhab-addons-${version}.kar";
inherit sha256;
}