Force OpenHAB-4.2.0.M1 version

This commit is contained in:
2024-03-23 11:40:39 +01:00
parent 63c1d89dda
commit c1ca49f09f
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -13,13 +13,13 @@
}: }:
let let
version = builtins.readFile ./version; version = "4.2.0.M1";
sha256 = builtins.readFile ./openhab.sha256; sha256 = "a7e390b21abb476c17ac2976a77fed8c15b5b8b493ad34de0a2deb81a96bdf07";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
inherit version; inherit version;
pname = "openhab"; pname = "openhab";
src = fetchurl { src = fetchurl {
url = "https://github.com/openhab/openhab-distro/releases/download/${version}/openhab-${version}.tar.gz"; url = "https://github.com/openhab/openhab-distro/releases/download/4.2.0.M1/openhab-4.2.0.M1.tar.gz";
inherit sha256; inherit sha256;
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];

View File

@@ -1 +1 @@
8d6b3de2ab5711303055cee67288fcf761609bf902e97cc5e58a20856b63ba20 a7e390b21abb476c17ac2976a77fed8c15b5b8b493ad34de0a2deb81a96bdf07

View File

@@ -1 +1 @@
4.1.1 4.2.0.M1