Merge pull request from r-ryantm/auto-update/roomeqwizard

roomeqwizard: 5.30.8 -> 5.30.9
This commit is contained in:
OTABI Tomoya 2024-02-19 22:48:53 +09:00 committed by GitHub
commit 59e3ef3f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "roomeqwizard"; pname = "roomeqwizard";
version = "5.30.8"; version = "5.30.9";
src = fetchurl { src = fetchurl {
url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh"; url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh";
sha256 = "sha256-ZHxMwbT2SoWEIuBJEuuVhU26V4NAbJKqx3lawedIwYo="; sha256 = "sha256-gyitOq/HTDruP4nY6B7y1E+pL43yRhldyiiXEjKyogU=";
}; };
dontUnpack = true; dontUnpack = true;