From c371cdee249afd66f4064d72c3c27aa4da792e4d Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sun, 28 Mar 2021 18:18:57 -0400 Subject: [PATCH] pulseeffects: formatting Co-authored-by: Sandro --- pkgs/applications/audio/pulseeffects/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix index 9187b380f01..33b15e977e7 100644 --- a/pkgs/applications/audio/pulseeffects/default.nix +++ b/pkgs/applications/audio/pulseeffects/default.nix @@ -46,7 +46,6 @@ let ]; in stdenv.mkDerivation rec { pname = "pulseeffects"; - # 5.0.3 crashes. Test carefully before updating. # https://github.com/wwmm/pulseeffects/issues/927 version = "5.0.2";