summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-12 18:00:58 +0000
committerGitHub <noreply@github.com>2022-03-12 18:00:58 +0000
commit295cda2612d6b8a487f8fced27e7721e64443760 (patch)
tree905c43ec6452712d70a8f416a41284992c752b7e /pkgs/applications/audio
parent80180c339e5e8c7e4b9e440df777ae2fb76b1811 (diff)
parentdcd37117f653f99cd9f196a87c3ee4dfc1cb5adb (diff)
downloadnixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar.gz
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar.bz2
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar.lz
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar.xz
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.tar.zst
nixpkgs-295cda2612d6b8a487f8fced27e7721e64443760.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/audio')
-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 = [