Unverified Commit 59e3ef3f authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

roomeqwizard: 5.30.8 -> 5.30.9
parents 18560cd6 24a68e71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "roomeqwizard";
  version = "5.30.8";
  version = "5.30.9";

  src = fetchurl {
    url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh";
    sha256 = "sha256-ZHxMwbT2SoWEIuBJEuuVhU26V4NAbJKqx3lawedIwYo=";
    sha256 = "sha256-gyitOq/HTDruP4nY6B7y1E+pL43yRhldyiiXEjKyogU=";
  };

  dontUnpack = true;