tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cgit: 0.10.2 -> 0.11.2
William A. Kennington III
11 years ago
06ea2264
0a8efb53
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-and-tools
cgit
default.nix
+4
-4
pkgs/applications/version-management/git-and-tools/cgit/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
name = "cgit-${version}";
8
8
-
version = "0.10.2";
8
8
+
version = "0.11.2";
9
9
10
10
src = fetchurl {
11
11
url = "http://git.zx2c4.com/cgit/snapshot/${name}.tar.xz";
12
12
-
sha256 = "13ac4rqmxc87ymh78ff8kbw1s252nbid71l0ircmj9kmh9jqwncl";
12
12
+
sha256 = "0fryh56kyah7v9a8zzhbhwlyy2j116w87sxmgrn2kmwk0rvnw4if";
13
13
};
14
14
15
15
# cgit is tightly coupled with git and needs a git source tree to build.
···
18
18
# NOTE: as of 0.10.1, the git version is compatible from 1.9.0 to
19
19
# 1.9.2 (see the repository history)
20
20
gitSrc = fetchurl {
21
21
-
url = "https://www.kernel.org/pub/software/scm/git/git-1.9.2.tar.xz";
22
22
-
sha256 = "1x4rb06vw4ckdflmn01r5l9spvn7cng4i5mm3sbd0n8cz0n6xz13";
21
21
+
url = "mirror://kernel/software/scm/git/git-2.3.2.tar.xz";
22
22
+
sha256 = "09gqijsjfnxlbsxbxzlvllg37bfs9f4jwa2plqsanmba09i89sqq";
23
23
};
24
24
25
25
buildInputs = [