lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pulseeffects: 4.1.7 → 4.2.3

+6 -2
+6 -2
pkgs/applications/audio/pulseeffects/default.nix
··· 3 3 , meson 4 4 , ninja 5 5 , pkgconfig 6 + , itstool 6 7 , libxml2 7 8 , desktop-file-utils 8 9 , wrapGAppsHook ··· 20 21 , libbs2b 21 22 , libsamplerate 22 23 , libsndfile 24 + , libebur128 23 25 , boost 24 26 , fftwFloat 25 27 , calf ··· 40 42 ]; 41 43 in stdenv.mkDerivation rec { 42 44 name = "pulseeffects-${version}"; 43 - version = "4.1.7"; 45 + version = "4.2.3"; 44 46 45 47 src = fetchFromGitHub { 46 48 owner = "wwmm"; 47 49 repo = "pulseeffects"; 48 50 rev = "v${version}"; 49 - sha256 = "13yj1958jsz76zxi3ag133i4337cicvm5b58l22g2xvbqa5vraq9"; 51 + sha256 = "0s3lc0xkr48wzk0b6akq4yw19n0iwfi9jyji8bpdgj5y7kjg5mqm"; 50 52 }; 51 53 52 54 nativeBuildInputs = [ ··· 54 56 ninja 55 57 pkgconfig 56 58 libxml2 59 + itstool 57 60 desktop-file-utils 58 61 wrapGAppsHook 59 62 ]; ··· 70 73 gst_all_1.gst-plugins-bad 71 74 lilv lv2 serd sord sratom 72 75 libbs2b 76 + libebur128 73 77 libsamplerate 74 78 libsndfile 75 79 boost