haskell-OpenAL: update to version 1.6.0.0

This commit is contained in:
Peter Simons 2013-12-18 17:42:13 +01:00
parent 0c246250c0
commit 7431595159

View File

@ -1,13 +1,13 @@
{ cabal, ObjectName, openal, StateVar, Tensor }:
{ cabal, openal, OpenGL }:
cabal.mkDerivation (self: {
pname = "OpenAL";
version = "1.4.0.2";
sha256 = "19q4pd5i2w330qh895z0cgim4m4f4gxqf4ya1192fchqmgcz1svz";
buildDepends = [ ObjectName StateVar Tensor ];
version = "1.6.0.0";
sha256 = "0bw20ykn8vi3g4im4nsrfz7p1qq9qwnx8da83zwdbr3wjm9934gd";
buildDepends = [ OpenGL ];
extraLibraries = [ openal ];
meta = {
homepage = "http://connect.creativelabs.com/openal/";
homepage = "https://github.com/haskell-openal/ALUT";
description = "A binding to the OpenAL cross-platform 3D audio API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;