···56stdenv.mkDerivation rec {
7 name = "cgit-${version}";
8- version = "0.11.2";
910 src = fetchurl {
11 url = "http://git.zx2c4.com/cgit/snapshot/${name}.tar.xz";
12- sha256 = "0fryh56kyah7v9a8zzhbhwlyy2j116w87sxmgrn2kmwk0rvnw4if";
13 };
1415 # cgit is tightly coupled with git and needs a git source tree to build.
···18 # NOTE: as of 0.10.1, the git version is compatible from 1.9.0 to
19 # 1.9.2 (see the repository history)
20 gitSrc = fetchurl {
21- url = "mirror://kernel/software/scm/git/git-2.3.2.tar.xz";
22- sha256 = "09gqijsjfnxlbsxbxzlvllg37bfs9f4jwa2plqsanmba09i89sqq";
23 };
2425 buildInputs = [
···56stdenv.mkDerivation rec {
7 name = "cgit-${version}";
8+ version = "0.12";
910 src = fetchurl {
11 url = "http://git.zx2c4.com/cgit/snapshot/${name}.tar.xz";
12+ sha256 = "1dx54hgfyabmg9nm5qp6d01f54nlbqbbdwhwl0llb9imjf237qif";
13 };
1415 # cgit is tightly coupled with git and needs a git source tree to build.
···18 # NOTE: as of 0.10.1, the git version is compatible from 1.9.0 to
19 # 1.9.2 (see the repository history)
20 gitSrc = fetchurl {
21+ url = "mirror://kernel/software/scm/git/git-2.7.0.tar.xz";
22+ sha256 = "03bvb8s5j8i54qbi3yayl42bv0wf2fpgnh1a2lkhbj79zi7b77zs";
23 };
2425 buildInputs = [