Skip to content

Commit 281145b

Browse files
authored
ioquake3: unstable-2023-08-13 -> 0-unstable-2025-04-25 (#404218)
2 parents b4ddbc6 + c8ef2b7 commit 281145b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/io/ioquake3/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@
1818
makeDesktopItem,
1919
freetype,
2020
mumble,
21+
unstableGitUpdater,
2122
}:
2223

2324
stdenv.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";

0 commit comments

Comments
 (0)