mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
openal: 1.16.0 -> 1.17.2
This commit is contained in:
parent
bc52fa0508
commit
f3336a122a
@ -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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user