Merge pull request #7813 from vbgl/llpp

llpp: update to HEAD
This commit is contained in:
Pascal Wittmann 2015-05-12 10:30:42 +02:00
commit e370872683

View file

@ -4,12 +4,12 @@
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version; let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "llpp-${version}"; name = "llpp-${version}";
version = "21"; version = "21-git-2015-04-27";
src = fetchgit { src = fetchgit {
url = "git://repo.or.cz/llpp.git"; url = "git://repo.or.cz/llpp.git";
rev = "refs/tags/v${version}"; rev = "66868744188151eaa433d42c807e1efc5f623aa4";
sha256 = "0rxdq6j3bs4drnhlxgm0gcwkhxi98vmxm22lnkpic7h67lgsz51q"; sha256 = "04hjbkzxixw88xmrpbr1smq486wfw3q9hvy7b4bfcb9j32mazk5c";
}; };
buildInputs = [ pkgconfig ninja makeWrapper ocaml findlib mupdf lablgl buildInputs = [ pkgconfig ninja makeWrapper ocaml findlib mupdf lablgl