domoticz: 2024.4 -> 2024.7 (#326425)

This commit is contained in:
Weijia Wang
2024-09-11 00:17:44 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "domoticz";
version = "2024.4";
version = "2024.7";
src = fetchFromGitHub {
owner = "domoticz";
repo = pname;
rev = version;
hash = "sha256-bIA7Dx8XV2zT2Cdm4CwKX6xfedBREhevE/bN76o4r78=";
hash = "sha256-D8U1kK3m1zT83YvZ42hGSU9PzBfS1VGr2mxUYbM2vNQ=";
fetchSubmodules = true;
};