Merge pull request #31425 from Mankarse/openal-soft-1.18.2

openal-soft: 1.17.2 -> 1.18.2
This commit is contained in:
Orivej Desh 2017-11-09 13:55:01 +00:00 committed by GitHub
commit e38f6ab41f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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