quake3e: 2022-04-01-dev -> 2024-09-02-dev

This commit is contained in:
Alexandre Girard Davila 2024-09-02 09:51:33 +07:00
parent fb707e891f
commit 7516e662d2

View File

@ -22,13 +22,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "Quake3e"; pname = "Quake3e";
version = "2022-04-01-dev"; version = "2024-09-02-dev";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ec-"; owner = "ec-";
repo = pname; repo = pname;
rev = "c6cec00b858aa5955eb1d6eb65b9bfd41fd869cb"; rev = "b6e7ce4f78711e1c9d2924044a9a9d8a9db7020f";
sha256 = "0qd13fndbhgkkmhxbprpzmj2l2v9ihacxagpdqi9sg9nrzvahr9h"; sha256 = "sha256-tQgrHiP+QhBzcUnHRwzaDe38Th0uDt450fra8O3Vjqc=";
}; };
nativeBuildInputs = [ makeWrapper copyDesktopItems ]; nativeBuildInputs = [ makeWrapper copyDesktopItems ];
@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
description = "Improved Quake III Arena engine"; description = "Improved Quake III Arena engine";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ pmiddend ]; maintainers = with maintainers; [ pmiddend alx ];
}; };
} }