openal-soft: 1.17.2 -> 1.18.2

This commit is contained in:
Evan Wallace 2017-11-09 08:43:36 +00:00
parent 2a894cd2d1
commit 93e082299c

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 ];