about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-30 13:35:26 +0200
committerGitHub <noreply@github.com>2024-04-30 13:35:26 +0200
commit7b9cb60374ce0dcc4db62994efd9411ac3ba3488 (patch)
treeb2a72dfb6c1e2fe049dfddef055f1bd83e58e2c1 /pkgs/applications
parent6a98fba12b61ec5948087f11ee311640a26cba03 (diff)
parent502edc9f78adee199d6d82d485e2e9796127b713 (diff)
Merge pull request #307878 from r-ryantm/auto-update/roomeqwizard
roomeqwizard: 5.30.9 -> 5.31.1
Diffstat (limited to 'pkgs/applications')
-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 c54726d058d45..042666d2e1c7a 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.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;