Merge pull request #22159 from MP2E/chocolate_doom_update

chocolate-doom: 2.2.1 -> 2.3.0
This commit is contained in:
Graham Christensen 2017-01-26 21:37:55 -05:00 committed by GitHub
commit d2b17fe357

View File

@ -1,10 +1,10 @@
{ stdenv, autoreconfHook, pkgconfig, SDL, SDL_mixer, SDL_net, fetchurl }:
stdenv.mkDerivation rec {
name = "chocolate-doom-2.2.1";
name = "chocolate-doom-2.3.0";
src = fetchurl {
url = "https://github.com/chocolate-doom/chocolate-doom/archive/${name}.tar.gz";
sha256 = "140xnz0vc14ypy30l6yxbb9s972g2ffwd4lbic54zp6ayd9414ma";
sha256 = "0i57smxmbhxj0wgvxq845ba9zsn5nx5wmzkl71rdchyd4q5jmida";
};
buildInputs = [ autoreconfHook pkgconfig SDL SDL_mixer SDL_net ];
patchPhase = ''