ioquake3: unstable-2023-08-13 -> 0-unstable-2025-04-25 (#404218)

This commit is contained in:
Pol Dellaiera
2025-05-05 03:17:12 +02:00
committed by GitHub
+6 -3
View File
@@ -18,17 +18,18 @@
makeDesktopItem,
freetype,
mumble,
unstableGitUpdater,
}:
stdenv.mkDerivation {
pname = "ioquake3";
version = "unstable-2023-08-13";
version = "0-unstable-2025-04-25";
src = fetchFromGitHub {
owner = "ioquake";
repo = "ioq3";
rev = "ee950eb7b0e41437cc23a9943254c958da8a61ab";
sha256 = "sha256-NfhInwrtw85i2mnv7EtBrrpNaslaQaVhLNlK0I9aYto=";
rev = "10afd421f23876e03535bb1958eae8b76371565d";
hash = "sha256-5ByaIjmyndiliU5qnt62mj2CFByVv4M4+d3KBAgysck=";
};
nativeBuildInputs = [
@@ -83,6 +84,8 @@ stdenv.mkDerivation {
})
];
passthru.updateScript = unstableGitUpdater { };
meta = {
homepage = "https://ioquake3.org/";
description = "Fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena";