haskell-LambdaHack: update to version 0.2.6
This commit is contained in:
parent
c9e36293d7
commit
2a7cda22f8
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "LambdaHack";
|
pname = "LambdaHack";
|
||||||
version = "0.2.1";
|
version = "0.2.6";
|
||||||
sha256 = "1d2mnpy8fl9m5584rbskgary18mqibivwmlz9gfv87gg0lzhw2ab";
|
sha256 = "03adjwzbql1k1ky05vivry7waa8p41ha3lsnv9j9mdgpwqldypwd";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary ConfigFile filepath gtk mtl random zlib ];
|
buildDepends = [ binary ConfigFile filepath gtk mtl random zlib ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/kosmikus/LambdaHack";
|
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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user