mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pulseaudio: Update from 4.0 to 5.0
This commit is contained in:
parent
5db9287b7c
commit
0f9499887e
@ -8,11 +8,11 @@
|
|||||||
assert jackaudioSupport -> jackaudio != null;
|
assert jackaudioSupport -> jackaudio != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pulseaudio-4.0";
|
name = "pulseaudio-5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-4.0.tar.xz";
|
url = "http://freedesktop.org/software/pulseaudio/releases/${name}.tar.xz";
|
||||||
sha256 = "1bndz4l8jxyq3zq128gzp3gryxl6yjs66j2y1d7yabw2n5mv7kim";
|
sha256 = "0fgrr8v7yfh0byhzdv4c87v9lkj8g7gpjm8r9xrbvpa92a5kmhcr";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Since `libpulse*.la' contain `-lgdbm' and `-lcap', it must be propagated.
|
# Since `libpulse*.la' contain `-lgdbm' and `-lcap', it must be propagated.
|
||||||
|
Loading…
Reference in New Issue
Block a user