summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-05-02 16:50:05 +0200
committerGitHub <noreply@github.com>2019-05-02 16:50:05 +0200
commit190727db4ea7e0d083e7dbcb66ced11f31b340f0 (patch)
treea9f1ebe546bba89f2cd17725bf68b844f856f624 /pkgs
parent3e5a0bea6ef88ebc0deacb6f0ece5a80a21435f1 (diff)
parent06b7e1e922e24338aaa0c3740ee92e542c5a0f2d (diff)
downloadnixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar.gz
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar.bz2
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar.lz
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar.xz
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.tar.zst
nixpkgs-190727db4ea7e0d083e7dbcb66ced11f31b340f0.zip
Merge pull request #60705 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.5.9 -> 4.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 0cbb022eb20..71b9d344246 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -47,13 +47,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-  version = "4.5.9";
+  version = "4.6.0";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "19pqi9wix359hdrslzmi9sz0dzz03pdwqvdyzw3i5rdny01skdfw";
+    sha256 = "1ap07sw4j1a0al2hqh781m8ivlplxlaw515gkf65q100q80kr0zj";
   };
 
   nativeBuildInputs = [
@@ -107,5 +107,6 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl3;
     maintainers = with maintainers; [ jtojnar ];
     platforms = platforms.linux;
+    badPlatforms = [ "aarch64-linux" ];
   };
 }