endless-sky: 0.9.4 -> 0.9.6

This commit is contained in:
Linus Heckemann 2017-03-06 12:35:49 +00:00
parent 128901e09f
commit 17015b421e

View File

@ -1,9 +1,9 @@
{ stdenv, fetchFromGitHub { stdenv, fetchFromGitHub
, SDL2, libpng, libjpeg, glew, openal, scons , SDL2, libpng, libjpeg, glew, openal, scons, libmad
}: }:
let let
version = "0.9.4"; version = "0.9.6";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -13,13 +13,13 @@ stdenv.mkDerivation rec {
owner = "endless-sky"; owner = "endless-sky";
repo = "endless-sky"; repo = "endless-sky";
rev = "v${version}"; rev = "v${version}";
sha256 = "1mirdcpap0a280j472lhmhqg605b7glvdr4l93qcapk8an8d46m7"; sha256 = "166wr861w415kynim0yx3x7c16x66f5367hv2mfzhpyp244jzccx";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
buildInputs = [ buildInputs = [
SDL2 libpng libjpeg glew openal scons SDL2 libpng libjpeg glew openal scons libmad
]; ];
patches = [ patches = [