Revert "Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)"

This reverts commit bbb3801141.

The issue in pulseaudio was fixed by dacc02faa5.

cc #62895
This commit is contained in:
Franz Pletz 2019-06-09 17:56:31 +02:00
parent 509b62bf67
commit b7b92bc968
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "alsa-lib-1.1.8";
name = "alsa-lib-1.1.9";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "1pxf0zkmps03l3zzd0fr828xhkg6a8hxljmbxzc2cyj2ls9kmp1w";
sha256 = "0jwr9g4yxg9gj6xx0sb2r6wrdl8amrjd19hilkrq4rirynp770s8";
};
patches = [