alsa: bump 1.0.26 -> 1.0.27 (close #1198)

Basically, bump all alsa projects to their latest version as per
http://www.alsa-project.org/main/index.php/Main_Page
This commit is contained in:
Bjørn Forsman
2013-11-10 20:42:44 +01:00
committed by Vladimír Čunát
parent a6d30242a1
commit d4e210539b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{stdenv, fetchurl, alsaLib, gettext, ncurses, libsamplerate}:
stdenv.mkDerivation rec {
name = "alsa-utils-1.0.26";
name = "alsa-utils-1.0.27";
src = fetchurl {
# url = "ftp://ftp.alsa-project.org/pub/utils/${name}.tar.bz2";
url = "http://alsa.cybermirror.org/utils/${name}.tar.bz2";
sha256 = "1rw1n3w8syqky9i7kwy5xd2rzfdbihxas32vwfxpb177lqx2lpzq";
sha256 = "1vssljbdzf0psqhhd7w9m9mzb0sl2kgx9fagkja25sqw6ivwsxkg";
};
buildInputs = [ alsaLib ncurses libsamplerate ];