roomeqwizard: 5.30.9 -> 5.31.1

This commit is contained in:
R. Ryantm 2024-04-30 02:02:02 +00:00
parent 8cf34f783f
commit 502edc9f78

View File

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