Merge pull request #248282 from r-ryantm/auto-update/domoticz

domoticz: 2023.1 -> 2023.2
This commit is contained in:
Fabian Affolter 2023-08-10 08:41:30 +02:00 committed by GitHub
commit 96026a3812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "domoticz";
version = "2023.1";
version = "2023.2";
src = fetchFromGitHub {
owner = "domoticz";
repo = pname;
rev = version;
sha256 = "sha256-fXNS7EVMqGM4tYppgG+l/adBt9eyW8RBK3Cs/pb2kg4=";
sha256 = "sha256-DxY9rBeRc20wmt4pDdBS16vyoOjCzczuxhOdUX/Lxao=";
fetchSubmodules = true;
};