about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-04 09:42:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-04 09:42:48 +0000
commitb6c43061ff37992e2a163fe8426f983c5ef90b40 (patch)
tree3c13f24b33259d25c24d275c30c2236458223725 /pkgs/applications/audio/pulseeffects
parent72c32ad3d70d4fe2f12db6b23ed504eb4d52ece2 (diff)
pulseeffects: 4.8.1 -> 4.8.2
Diffstat (limited to 'pkgs/applications/audio/pulseeffects')
-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 a7b97e9daaf89..427d29768d66b 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -44,13 +44,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-  version = "4.8.1";
+  version = "4.8.2";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "17yfs3ja7vflywhxbn3n3r8n6hl829x257kzplg2vpppppg6ylj6";
+    sha256 = "19h47mrxjm6x83pqcxfsshf48kd1babfk0kwdy1c7fjri7kj0g0s";
   };
 
   nativeBuildInputs = [