about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-18 15:34:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-18 15:34:54 +0000
commit24a68e71509fca3d16024cbc1e344709cfb28fbd (patch)
tree27e521a934a10a8c75b3eb2983d4bb380f088200 /pkgs/applications/audio
parent6ecec40792e26697eb5c015e04084cea3ebe70cc (diff)
roomeqwizard: 5.30.8 -> 5.30.9
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/roomeqwizard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/roomeqwizard/default.nix b/pkgs/applications/audio/roomeqwizard/default.nix
index eacee9932ea35..c54726d058d45 100644
--- a/pkgs/applications/audio/roomeqwizard/default.nix
+++ b/pkgs/applications/audio/roomeqwizard/default.nix
@@ -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;