llpp: update to stable version 21
This commit is contained in:
parent
0ca664e996
commit
8fb18cf523
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
|
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "llpp-2014-11-29";
|
name = "llpp-${version}";
|
||||||
|
version = "21";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://repo.or.cz/llpp.git";
|
url = "git://repo.or.cz/llpp.git";
|
||||||
rev = "481c8398b2c5dc4589738f5f80104ed75b9c73ff";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "13zi5mzpd9j4mmm68m3zkv49xgkhswhqvmp4bbyi0psmhxak8y5l";
|
sha256 = "0rxdq6j3bs4drnhlxgm0gcwkhxi98vmxm22lnkpic7h67lgsz51q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ninja makeWrapper ocaml findlib mupdf lablgl
|
buildInputs = [ pkgconfig ninja makeWrapper ocaml findlib mupdf lablgl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user