summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-20 00:47:24 +0300
committerGitHub <noreply@github.com>2023-05-20 00:47:24 +0300
commit57cfe3e09292bfe2b75660e9610fd4b689e7bd63 (patch)
treecd9f5b1886852fdc9af40992b7f2294a725b76a6 /pkgs/applications/audio
parent67d59d6ea2fae6b0c1292f0789776382b15759a9 (diff)
parentbfe471df4d34375c69ffcd06a841ea846388880a (diff)
Merge pull request #232724 from r-ryantm/auto-update/easyeffects
easyeffects: 7.0.3 -> 7.0.4
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 e45627162e563..e62e489539a09 100644
--- a/pkgs/applications/audio/easyeffects/default.nix
+++ b/pkgs/applications/audio/easyeffects/default.nix
@@ -37,13 +37,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyeffects";
-  version = "7.0.3";
+  version = "7.0.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    sha256 = "sha256-vHswNRu4JrW95nZaEBs95exUqslO0dyIr41E1gJhHow=";
+    sha256 = "sha256-JaqwzCWVnvFzzGHnmzYwe3occ9iw7s9xCH54eVKEuOs=";
   };
 
   nativeBuildInputs = [