Merge pull request #31425 from Mankarse/openal-soft-1.18.2
openal-soft: 1.17.2 -> 1.18.2
This commit is contained in:
commit
e38f6ab41f
@ -10,12 +10,12 @@ assert alsaSupport -> alsaLib != null;
|
|||||||
assert pulseSupport -> libpulseaudio != null;
|
assert pulseSupport -> libpulseaudio != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.17.2";
|
version = "1.18.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 = "051k5fy8pk4fd9ha3qaqcv08xwbks09xl5qs4ijqq2qz5xaghhd3";
|
sha256 = "10kydm8701a2kppiss9sdidn1820cmzhqgx1b2bsa5dsgzic32lz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user