3
0
Fork 0
forked from mirrors/nixpkgs

cgit: update from 0.10 to 0.10.1

This commit is contained in:
Evgeny Egorochkin 2014-03-08 18:22:28 +02:00
parent 826335d2dc
commit 5a92a3a296

View file

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cgit-0.10"; name = "cgit-0.10.1";
src = fetchurl { src = fetchurl {
url = "http://git.zx2c4.com/cgit/snapshot/${name}.tar.xz"; url = "http://git.zx2c4.com/cgit/snapshot/${name}.tar.xz";
sha256 = "0ynywva0lrsasdm3nlk3dmd8k5bnrd9qlvmk4n42dfw9g1xj5i4h"; sha256 = "0bci1p9spf79wirc4lk36cndcx2b9wj0fq1l58rlp6r563is77l3";
}; };
# cgit is is tightly coupled with git and needs a git source tree to build. # cgit is is tightly coupled with git and needs a git source tree to build.
@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://git.zx2c4.com/cgit/about/; homepage = http://git.zx2c4.com/cgit/about/;
repositories.git = git://git.zx2c4.com/cgit;
description = "Web frontend for git repositories"; description = "Web frontend for git repositories";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;