roomeqwizard: 5.31.2 -> 5.31.3

This commit is contained in:
R. Ryantm 2024-07-25 21:42:32 +00:00
parent 3099ccf78e
commit 2285ecdeb3

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "roomeqwizard";
version = "5.31.2";
version = "5.31.3";
src = fetchurl {
url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh";
sha256 = "sha256-B4qP+qNNPMB/EkW/C2kfcx+h9YH8Md1lM9yUh5YT13s=";
sha256 = "sha256-qaGkKVoiBJ2UWVKAMqbuqNFi6FGcblMxAbYwhf/71CY=";
};
dontUnpack = true;