mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #22159 from MP2E/chocolate_doom_update
chocolate-doom: 2.2.1 -> 2.3.0
This commit is contained in:
commit
d2b17fe357
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user