summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-10-03 17:30:53 +0200
committerGitHub <noreply@github.com>2018-10-03 17:30:53 +0200
commit1951aea6a5b127a7a398784e4bb26746d01c157c (patch)
treeade6681753e9e8b435c2dbdc2213f35d39105880
parent13c300df6cddfffbe6de697ead663bdbf16ddd79 (diff)
parenta0b9099e1a34b15958c8a3e1986774752d5918a6 (diff)
downloadnixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar.gz
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar.bz2
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar.lz
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar.xz
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.tar.zst
nixpkgs-1951aea6a5b127a7a398784e4bb26746d01c157c.zip
Merge pull request #47738 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.3.5 -> 4.3.7
-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 b055a520be0..f7463207045 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -44,13 +44,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.3.5";
+  version = "4.3.7";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "01jxkz4s3m8cqsn6wcbrw7bzr7sr7hqsp9950018riilpni7k4bd";
+    sha256 = "1x1jnbpbc9snya9k2xq39gssf0k4lnd1hr4cjrnwscg5rqybxqsk";
   };
 
   nativeBuildInputs = [