Merge pull request #96935 from rvolosatovs/update/ioquake3
ioquake3: 2019-05-29 -> 2020-08-29
This commit is contained in:
commit
2cfa110ae8
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
{ stdenv, fetchFromGitHub, which, pkgconfig, SDL2, libGL, openalSoft
|
||||
{ stdenv, fetchFromGitHub, which, pkg-config, SDL2, libGL, openalSoft
|
||||
, curl, speex, opusfile, libogg, libvorbis, libopus, libjpeg, mumble, freetype
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "ioquake3-git";
|
||||
version = "2019-05-29";
|
||||
version = "2020-12-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ioquake";
|
||||
repo = "ioq3";
|
||||
rev = "350b8f9c7c88c002dccea4f0350f1919b86d3b4e";
|
||||
sha256 = "17qkqi22f2fyh6bnfcf1zz2lycgv08d6aw52sf0hqw7r3qq86d08";
|
||||
rev = "05180e32dcfb9a4552e1b9652b56127248a9950c";
|
||||
sha256 = "0hcxxa1ambpdwhg7nb5hvb32g49rl5p9dcflpzcv5cax9drn166i";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which pkgconfig ];
|
||||
nativeBuildInputs = [ which pkg-config ];
|
||||
buildInputs = [
|
||||
SDL2 libGL openalSoft curl speex opusfile libogg libvorbis libopus libjpeg
|
||||
freetype mumble
|
||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://ioquake3.org/";
|
||||
description = "First person shooter engine based on the Quake 3: Arena and Quake 3: Team Arena";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ rvolosatovs eelco abbradar ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue