ioquake3: unstable-2021-07-20 -> unstable-2022-11-24

This commit is contained in:
Dr Perceptron 2023-01-04 20:50:30 +11:00
parent 3c22923e0a
commit f1e48efea8
No known key found for this signature in database
GPG key ID: 95EB6DFF26D1CEB0

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation {
pname = "ioquake3";
version = "unstable-2021-07-20";
version = "unstable-2022-11-24";
src = fetchFromGitHub {
owner = "ioquake";
repo = "ioq3";
rev = "bc8737d707595aebd7cc11d6d5a5d65ede750f59";
sha256 = "1icrkaw6c5c5ndy886bn65lycwnxzxwvz0ndz4p9i6r716k11add";
rev = "70d07d91d62dcdd2f2268d1ac401bfb697b4c991";
sha256 = "sha256-WDjR0ik+xAs6OA1DNbUGIF1MXSuEoy8nNkPiHaegfF0=";
};
nativeBuildInputs = [ which pkg-config ];