Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)
This reverts commit 2a5923aa2e37d3e3cc4979879ce466942498f139. Breaks sound, at least for some people. https://discourse.nixos.org/t/no-sound-on-unstable/3130
This commit is contained in:
parent
6e448db9d6
commit
bbb3801141
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alsa-lib-1.1.9";
|
||||
name = "alsa-lib-1.1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://alsa/lib/${name}.tar.bz2";
|
||||
sha256 = "0jwr9g4yxg9gj6xx0sb2r6wrdl8amrjd19hilkrq4rirynp770s8";
|
||||
sha256 = "1pxf0zkmps03l3zzd0fr828xhkg6a8hxljmbxzc2cyj2ls9kmp1w";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user