forked from mirrors/nixpkgs
fteqw: unstable-2022-08-09 -> unstable-2023-08-03
This commit is contained in:
parent
3d6ebeb283
commit
96e3451390
|
@ -1,6 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchsvn
|
||||
, fetchFromGitHub
|
||||
, gzip
|
||||
, libvorbis
|
||||
, libmad
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib
|
||||
, fetchsvn
|
||||
, fetchFromGitHub
|
||||
, stdenv
|
||||
, libopus
|
||||
, xorg
|
||||
|
@ -14,12 +14,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
inherit pname buildFlags buildInputs nativeBuildInputs postFixup;
|
||||
version = "unstable-2022-08-09";
|
||||
version = "unstable-2023-08-03";
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://svn.code.sf.net/p/fteqw/code/trunk";
|
||||
rev = "6303";
|
||||
sha256 = "sha256-tSTFX59iVUvndPRdREayKpkQ+YCYKCMQe2PXZfnTgPQ=";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fte-team";
|
||||
repo = "fteqw";
|
||||
rev = "3adec5d0a53ba9ae32a92fc0a805cf6d5ec107fb";
|
||||
hash = "sha256-p/U02hwKI+YqlVXIS/7+gujknNDLr5L53unjvG5qLJU=";
|
||||
};
|
||||
|
||||
makeFlags = [
|
||||
|
@ -45,7 +46,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
inherit description;
|
||||
homepage = "https://fte.triptohell.info";
|
||||
homepage = "https://fteqw.org";
|
||||
longDescription = ''
|
||||
FTE is a game engine baed on QuakeWorld able to
|
||||
play games such as Quake 1, 2, 3, and Hexen 2.
|
||||
|
|
Loading…
Reference in a new issue