pulseeffects-legacy: 4.8.4 -> 4.8.7

fixes crash at startup
```
The schema default value for key 'mode' in schema 'com.github.wwmm.pulseeffects.compressor' was rejected by the binding mapping function.
```
This commit is contained in:
Guillaume Girol 2022-11-12 12:00:00 +00:00
parent 5f588eb4a9
commit cdec36131f

View file

@ -45,13 +45,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "pulseeffects";
version = "4.8.4";
version = "4.8.7";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "19sndxvszafbd1l2033g2irpx2jrwi5bpbx8r35047wi0z7djiag";
sha256 = "sha256-ldvcA8aTHOgaascH6MF4CzmJ8I2rYOiR0eAkCZzvK/M=";
};
nativeBuildInputs = [