File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818 makeDesktopItem ,
1919 freetype ,
2020 mumble ,
21+ unstableGitUpdater ,
2122} :
2223
2324stdenv . mkDerivation {
2425 pname = "ioquake3" ;
25- version = "unstable-2023-08-13 " ;
26+ version = "0- unstable-2025-04-25 " ;
2627
2728 src = fetchFromGitHub {
2829 owner = "ioquake" ;
2930 repo = "ioq3" ;
30- rev = "ee950eb7b0e41437cc23a9943254c958da8a61ab " ;
31- sha256 = "sha256-NfhInwrtw85i2mnv7EtBrrpNaslaQaVhLNlK0I9aYto =" ;
31+ rev = "10afd421f23876e03535bb1958eae8b76371565d " ;
32+ hash = "sha256-5ByaIjmyndiliU5qnt62mj2CFByVv4M4+d3KBAgysck =" ;
3233 } ;
3334
3435 nativeBuildInputs = [
@@ -83,6 +84,8 @@ stdenv.mkDerivation {
8384 } )
8485 ] ;
8586
87+ passthru . updateScript = unstableGitUpdater { } ;
88+
8689 meta = {
8790 homepage = "https://ioquake3.org/" ;
8891 description = "Fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena" ;
You can’t perform that action at this time.
0 commit comments