Commit cdec3613 authored by Guillaume Girol's avatar Guillaume Girol
Browse files

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.
```
parent 5f588eb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [