tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ioquake3-git: 2017-01-27 -> 2017-07-25
Nikolay Amiantov
8 years ago
679d7f56
342b987b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
games
quake3
ioquake
default.nix
+3
-3
pkgs/games/quake3/ioquake/default.nix
···
4
4
5
5
stdenv.mkDerivation rec {
6
6
name = "ioquake3-git-${version}";
7
7
-
version = "2017-01-27";
7
7
+
version = "2017-07-25";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "ioquake";
11
11
repo = "ioq3";
12
12
-
rev = "468da0fabca2f21b811a501c184b986e270c5113";
13
13
-
sha256 = "14mhkqn6h2mbmz90j4ns1wp72ca5w9481sbyw2ving8xpw376i58";
12
12
+
rev = "356ae10ef65d4401958d50f03288dcb22d957c96";
13
13
+
sha256 = "0dz4zqlb9n3skaicj0vfvq4nr3ig80s8nwj9m87b39wc9wq34c5j";
14
14
};
15
15
16
16
nativeBuildInputs = [ which pkgconfig ];