about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-19 13:37:57 -0700
committerJon <jonringer@users.noreply.github.com>2020-09-19 19:34:47 -0700
commit07dd821d954840d2ee16314194f56d0da15e9a2b (patch)
tree3e4d3691619292c30a57536b56c115ef20fd66d8 /pkgs/applications/audio/pulseeffects
parent3ebcc76c866ec1c17eedba817efbbbe3e1bc56ad (diff)
pulseeffects: 4.8.0 -> 4.8.1
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 a3ee0e23ec638..a7b97e9daaf89 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.0";
+  version = "4.8.1";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "9dQNYWBx8iAifRTZr2FRlYv4keZt5Cfahwi/w01duFg=";
+    sha256 = "17yfs3ja7vflywhxbn3n3r8n6hl829x257kzplg2vpppppg6ylj6";
   };
 
   nativeBuildInputs = [