summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-10-26 22:21:44 +0200
committerGitHub <noreply@github.com>2018-10-26 22:21:44 +0200
commit450c786e57fe562164a245b715d92b14b295517c (patch)
treee399325901da5958fcb22f530c0c6da124f8d744 /pkgs/applications/audio
parent3421430d9cd035e483f57ad28a7581a420e917ee (diff)
parent9d79d12e6f694fde7912b60eb2d967e3b6a27007 (diff)
downloadnixlib-450c786e57fe562164a245b715d92b14b295517c.tar
nixlib-450c786e57fe562164a245b715d92b14b295517c.tar.gz
nixlib-450c786e57fe562164a245b715d92b14b295517c.tar.bz2
nixlib-450c786e57fe562164a245b715d92b14b295517c.tar.lz
nixlib-450c786e57fe562164a245b715d92b14b295517c.tar.xz
nixlib-450c786e57fe562164a245b715d92b14b295517c.tar.zst
nixlib-450c786e57fe562164a245b715d92b14b295517c.zip
Merge pull request #49179 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.3.7 -> 4.3.9
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index f7463207045d..a5dae1d05607 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -44,13 +44,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.3.7";
+  version = "4.3.9";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "1x1jnbpbc9snya9k2xq39gssf0k4lnd1hr4cjrnwscg5rqybxqsk";
+    sha256 = "1vir05hy2n0nk0gaqbn680bx53ixcyi2y0hq4grgm73bbb1jzqq6";
   };
 
   nativeBuildInputs = [