domoticz: 2022.1 -> 2022.2

This commit is contained in:
R. Ryantm
2022-11-10 21:18:19 +08:00
committed by Bobby Rong
parent ee4de4edd8
commit 4fe6ecc1fd
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "domoticz";
version = "2022.1";
version = "2022.2";
src = fetchFromGitHub {
owner = "domoticz";
repo = pname;
rev = version;
sha256 = "sha256-wPSmpk3YeA+dNjx2mBdRkP2Mx/1cfrQOMLV5H5Ti7qU=";
sha256 = "sha256-xgHfbNY5qzBkrMaJvFQ+EqJ7tcy0LNdPLD1bD92WkKg=";
fetchSubmodules = true;
};