summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-07-31 11:19:21 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-07-31 11:34:52 +0200
commit504c40f2b7a545ec4e9d998224b59466d0e54c9c (patch)
tree498868e247bc2514e02c43f23b39b60c7122208b /pkgs/applications/audio/pulseeffects
parentfd81a2ecb6b85594dc79ad53566c822849d4e47a (diff)
downloadnixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar.gz
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar.bz2
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar.lz
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar.xz
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.tar.zst
nixlib-504c40f2b7a545ec4e9d998224b59466d0e54c9c.zip
pulseeffects: 4.1.7 → 4.2.3
Diffstat (limited to 'pkgs/applications/audio/pulseeffects')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 6a1237dd9b36..0ee63c204851 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -3,6 +3,7 @@
 , meson
 , ninja
 , pkgconfig
+, itstool
 , libxml2
 , desktop-file-utils
 , wrapGAppsHook
@@ -20,6 +21,7 @@
 , libbs2b
 , libsamplerate
 , libsndfile
+, libebur128
 , boost
 , fftwFloat
 , calf
@@ -40,13 +42,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.1.7";
+  version = "4.2.3";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "13yj1958jsz76zxi3ag133i4337cicvm5b58l22g2xvbqa5vraq9";
+    sha256 = "0s3lc0xkr48wzk0b6akq4yw19n0iwfi9jyji8bpdgj5y7kjg5mqm";
   };
 
   nativeBuildInputs = [
@@ -54,6 +56,7 @@ in stdenv.mkDerivation rec {
     ninja
     pkgconfig
     libxml2
+    itstool
     desktop-file-utils
     wrapGAppsHook
   ];
@@ -70,6 +73,7 @@ in stdenv.mkDerivation rec {
     gst_all_1.gst-plugins-bad
     lilv lv2 serd sord sratom
     libbs2b
+    libebur128
     libsamplerate
     libsndfile
     boost