pulseeffects: 4.7.1 -> 4.7.2

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
wip/yesman
Matthias Beyer 4 years ago
parent 4458697264
commit fb818c536a
  1. 4
      pkgs/applications/audio/pulseeffects/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -46,13 +46,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "pulseeffects";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "1r1hk5zp2cgrwyqkvp8kg2dkbihdyx3ydzhmirkwya8jag9pwadd";
sha256 = "1yga25da5bpg12zkikp6dn4wqhn9f7r10awvjzfcz8s6w9xlz6rx";
};
nativeBuildInputs = [

@ -15749,7 +15749,9 @@ in
libpulseaudio = libpulseaudio-vanilla;
pulseeffects = callPackage ../applications/audio/pulseeffects { };
pulseeffects = callPackage ../applications/audio/pulseeffects {
boost = boost172;
};
tomcat_connectors = callPackage ../servers/http/apache-modules/tomcat-connectors { };

Loading…
Cancel
Save