Merge pull request #46976 from r-ryantm/auto-update/pulseeffects

pulseeffects: 4.3.4 -> 4.3.5
This commit is contained in:
Jan Tojnar 2018-09-20 15:46:40 +02:00 committed by GitHub
commit 95a6df0422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,13 +44,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "pulseeffects-${version}"; name = "pulseeffects-${version}";
version = "4.3.4"; version = "4.3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "pulseeffects"; repo = "pulseeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "0gyyqxfmmp6hbwc10i48sxrgdxansm3vsbwgc6rh89clxwcnfiml"; sha256 = "01jxkz4s3m8cqsn6wcbrw7bzr7sr7hqsp9950018riilpni7k4bd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [