roomeqwizard: 5.30.9 -> 5.31.1

+2 -2
+2 -2
pkgs/applications/audio/roomeqwizard/default.nix
··· 14 15 stdenv.mkDerivation rec { 16 pname = "roomeqwizard"; 17 - version = "5.30.9"; 18 19 src = fetchurl { 20 url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh"; 21 - sha256 = "sha256-gyitOq/HTDruP4nY6B7y1E+pL43yRhldyiiXEjKyogU="; 22 }; 23 24 dontUnpack = true;
··· 14 15 stdenv.mkDerivation rec { 16 pname = "roomeqwizard"; 17 + version = "5.31.1"; 18 19 src = fetchurl { 20 url = "https://www.roomeqwizard.com/installers/REW_linux_no_jre_${lib.replaceStrings [ "." ] [ "_" ] version}.sh"; 21 + sha256 = "sha256-n1Ohja6Hpg/TNoxQKF1VCDkVj0UDCefr1x5ArIsgs2A="; 22 }; 23 24 dontUnpack = true;