summary refs log tree commit diff
path: root/pkgs/applications/audio/easyeffects
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 06:47:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 06:47:07 +0000
commitce0a5ac531f65fff3ea0828fadead98189147061 (patch)
tree4f16793a50b13f8173a4196360e9bc314a1299ce /pkgs/applications/audio/easyeffects
parentb7deb4cf7598330a450b8ad2174424daa1611e8b (diff)
downloadnixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar.gz
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar.bz2
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar.lz
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar.xz
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.tar.zst
nixpkgs-ce0a5ac531f65fff3ea0828fadead98189147061.zip
easyeffects: 6.2.3 -> 6.2.4
Diffstat (limited to 'pkgs/applications/audio/easyeffects')
-rw-r--r--pkgs/applications/audio/easyeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/easyeffects/default.nix b/pkgs/applications/audio/easyeffects/default.nix
index 23ca109c6b4..de4b7a3176f 100644
--- a/pkgs/applications/audio/easyeffects/default.nix
+++ b/pkgs/applications/audio/easyeffects/default.nix
@@ -35,13 +35,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyeffects";
-  version = "6.2.3";
+  version = "6.2.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    sha256 = "sha256-A1UanrAbmZFGCmDNIr1h+v5RVMsIl4qgM/veBirudQM=";
+    sha256 = "sha256-g/qN1Tafh71HdPLHW43Zva9MK6G+qxSnb1aRisuwdBw=";
   };
 
   nativeBuildInputs = [