about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-08 16:21:53 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-08 16:21:53 -0800
commit060405f8db38ea110d4310f55a5ec4fee57bae6d (patch)
tree24286cff48194f263d395e3b6be1555953db98c3 /pkgs/applications/audio
parent51ef7c3e497ec09d4bc6b67c7e47e61c308454aa (diff)
downloadnixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar.gz
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar.bz2
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar.lz
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar.xz
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.tar.zst
nixlib-060405f8db38ea110d4310f55a5ec4fee57bae6d.zip
pulseeffects: 4.6.8 -> 4.6.9
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 302dd5c8e697..2d941f74c73c 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -46,13 +46,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-  version = "4.6.8";
+  version = "4.6.9";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "09crsg73mvqdknvh6lczwx16x73zb2vb3m53bsapqiaq4lmwy3qr";
+    sha256 = "0ag19hvf50ip7z1s8jziy4pm8c72w7qq9zzgb4967l6v17rar4yh";
   };
 
   nativeBuildInputs = [