haskell-LambdaHack: update to version 0.2.6

This commit is contained in:
Peter Simons 2012-11-26 15:16:19 +01:00
parent c9e36293d7
commit 2a7cda22f8

View File

@ -2,14 +2,14 @@
cabal.mkDerivation (self: {
pname = "LambdaHack";
version = "0.2.1";
sha256 = "1d2mnpy8fl9m5584rbskgary18mqibivwmlz9gfv87gg0lzhw2ab";
version = "0.2.6";
sha256 = "03adjwzbql1k1ky05vivry7waa8p41ha3lsnv9j9mdgpwqldypwd";
isLibrary = true;
isExecutable = true;
buildDepends = [ binary ConfigFile filepath gtk mtl random zlib ];
meta = {
homepage = "http://github.com/kosmikus/LambdaHack";
description = "A roguelike game engine in early and very active development";
description = "A roguelike game engine in early and active development";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];