about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 11:00:47 +0100
committerGitHub <noreply@github.com>2024-03-07 11:00:47 +0100
commitd804ff8740f87e4cc75d4620adeaab2ceba4e06b (patch)
tree3163d4242c9b35bfc5664589ec9c522a68337858 /pkgs/applications/audio
parentd7af05c4deafdffaa2c9acd443f20f04956c5552 (diff)
parent4ee0db6137552b13dcd82b79d1d020fbf95bbb8b (diff)
downloadnixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar.gz
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar.bz2
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar.lz
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar.xz
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.tar.zst
nixlib-d804ff8740f87e4cc75d4620adeaab2ceba4e06b.zip
Merge pull request #285980 from r-ryantm/auto-update/easyeffects
easyeffects: 7.1.3 -> 7.1.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 4f21068b10d5..dd998050ac70 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.3";
+  version = "7.1.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE=";
+    hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s=";
   };
 
   nativeBuildInputs = [