summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-09-02 12:10:33 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-09-02 12:10:33 +0200
commitb910b697f69cbe44ccc5e4ea56c30a97b47afc52 (patch)
treeeef88ee5efa19af8c43a69a0393c20ae2cb2ee5f /pkgs/applications/audio/pulseeffects/default.nix
parent542a86037d57e4657919fb5130c7bf819d91d2c3 (diff)
parente5bd74879517e6283113d82bec6309b09152f5cd (diff)
downloadnixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar.gz
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar.bz2
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar.lz
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar.xz
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.tar.zst
nixlib-b910b697f69cbe44ccc5e4ea56c30a97b47afc52.zip
Merge master into staging
Diffstat (limited to 'pkgs/applications/audio/pulseeffects/default.nix')
-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 37729868e6f7..0949611224df 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -43,13 +43,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.3.3";
+  version = "4.3.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "1krfxvwqimfcsv7f2l722ivzz0qdf5h0pmb702mg65qb160zn065";
+    sha256 = "0gyyqxfmmp6hbwc10i48sxrgdxansm3vsbwgc6rh89clxwcnfiml";
   };
 
   nativeBuildInputs = [