summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-11 05:56:25 -0800
committerGitHub <noreply@github.com>2022-03-11 05:56:25 -0800
commit29c1c47df3a38cb93a3c2f29756aa892d68604ac (patch)
tree217f427d69aede4a79213c41de1e1a3a1fdce3e3 /pkgs/applications/audio
parent7ccbad7672ec50d81228ff4b2b5cd172ce385a6d (diff)
parent4bfac6be3d37fc0f6a042d163b31266a9b4e013b (diff)
downloadnixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar.gz
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar.bz2
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar.lz
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar.xz
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.tar.zst
nixpkgs-29c1c47df3a38cb93a3c2f29756aa892d68604ac.zip
Merge pull request #163599 from r-ryantm/auto-update/roomeqwizard
roomeqwizard: 5.20.4 -> 5.20.5
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 fae8700d811..b02ab65cd87 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.20.4";
+  version = "5.20.5";
 
   src = fetchurl {
     url = "https://www.roomeqwizard.com/installers/REW_linux_${lib.replaceChars [ "." ] [ "_" ] version}.sh";
-    sha256 = "0m2b5hwazy4vyjk51cmayys250rircs3c0v7bv5mn28h7hyq29s8";
+    sha256 = "NYTRiOZmwkni4k+jI2SV84z5umO7+l+eKpwPCdlDD3U=";
   };
 
   dontUnpack = true;