openal: 1.16.0 -> 1.17.2

This commit is contained in:
Matthew Bauer 2016-02-29 12:46:34 -06:00
parent bc52fa0508
commit f3336a122a

View File

@ -9,12 +9,12 @@ assert alsaSupport -> alsaLib != null;
assert pulseSupport -> libpulseaudio != null; assert pulseSupport -> libpulseaudio != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.16.0"; version = "1.17.2";
name = "openal-soft-${version}"; name = "openal-soft-${version}";
src = fetchurl { src = fetchurl {
url = "http://kcat.strangesoft.net/openal-releases/${name}.tar.bz2"; url = "http://kcat.strangesoft.net/openal-releases/${name}.tar.bz2";
sha256 = "0pqdykdclycfnk66v166srjrry936y39d1dz9wl92qz27wqwsg9g"; sha256 = "051k5fy8pk4fd9ha3qaqcv08xwbks09xl5qs4ijqq2qz5xaghhd3";
}; };
buildInputs = [ cmake ] buildInputs = [ cmake ]