about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects-legacy
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-11-12 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2022-11-12 12:00:00 +0000
commitcdec36131ffbd447e1b239c07de014c9e22b8105 (patch)
tree8a7f3680b3b4bf6b474909c876b0173cf64d8630 /pkgs/applications/audio/pulseeffects-legacy
parent5f588eb4a958f1a526ed8da02d6ea1bea0047b9f (diff)
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.
```
Diffstat (limited to 'pkgs/applications/audio/pulseeffects-legacy')
-rw-r--r--pkgs/applications/audio/pulseeffects-legacy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects-legacy/default.nix b/pkgs/applications/audio/pulseeffects-legacy/default.nix
index 2a775369d26ab..53d2a998fbe2e 100644
--- a/pkgs/applications/audio/pulseeffects-legacy/default.nix
+++ b/pkgs/applications/audio/pulseeffects-legacy/default.nix
@@ -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 = [