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