about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorDavid Birks <david@birks.dev>2021-01-11 17:39:24 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-11 20:08:44 -0800
commitfec9f56aa6d4ffc25544e3971a222c92bf3d926d (patch)
treea94017959093a016fa7da38dcb0f875c9d3c2b15 /pkgs/applications/audio
parent1e678a98d56003bb73e7fb22bcae7eeff0bc699e (diff)
pulseeffects: 4.8.3 -> 4.8.4
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 4fb591e75c316..f0f3ad60b4102 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -45,13 +45,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-  version = "4.8.3";
+  version = "4.8.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "0k5p5y3im7xnf0ikaghh56nfhirkdwf95c8fr17wasgdpw2m86i2";
+    sha256 = "19sndxvszafbd1l2033g2irpx2jrwi5bpbx8r35047wi0z7djiag";
   };
 
   nativeBuildInputs = [