about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-03-23 02:31:02 +0100
committerGitHub <noreply@github.com>2024-03-23 02:31:02 +0100
commit379e479da0a5ffc651fb3f4673ba334519853290 (patch)
treef96613d552689f2cd077d018170c07fa929fd3ef
parent258485293ff7824a32acc3023c629b07ffdbb6cd (diff)
parentadc3a70bccbd46e69cd99fc3249eff9acf18fc79 (diff)
downloadnixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar.gz
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar.bz2
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar.lz
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar.xz
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.tar.zst
nixlib-379e479da0a5ffc651fb3f4673ba334519853290.zip
Merge pull request #298230 from r-ryantm/auto-update/easyeffects
easyeffects: 7.1.4 -> 7.1.5
-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 dd998050ac70..81fb1efe5083 100644
--- a/pkgs/applications/audio/easyeffects/default.nix
+++ b/pkgs/applications/audio/easyeffects/default.nix
@@ -41,13 +41,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyeffects";
-  version = "7.1.4";
+  version = "7.1.5";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s=";
+    hash = "sha256-QoH1dOzBtQHQQKA0+eZFX6yOvjRUmUZVxcdpISIpLLk=";
   };
 
   nativeBuildInputs = [