ocaml-camlpdf: update from 1.7.2 to 2.1.1

This commit is contained in:
Vincent Laporte 2014-12-31 12:21:55 +01:00
parent 06fea66e7c
commit 502c545865

View File

@ -1,11 +1,12 @@
{stdenv, fetchgit, ocaml, findlib, ncurses}: { stdenv, fetchgit, ocaml, findlib, ncurses }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "ocaml-camlpdf-1.7.2"; version = "2.1.1";
name = "ocaml-camlpdf-${version}";
src = fetchgit { src = fetchgit {
url = https://github.com/johnwhitington/camlpdf.git; url = https://github.com/johnwhitington/camlpdf.git;
rev = "73ee0c4cc71e4d5f2f046d0b41d301e0df1d78d9"; rev = "refs/tags/v${version}";
sha256 = "0n3jpkwbh0qi282hvsvgz0hv9lwwd8rqy3pwgmpqr0rmbim8wss5"; sha256 = "118656hc3zv5nwmbhr6llvb7q2pbxk2hz95bv8x4879a9qsnb4xr";
}; };
buildInputs = [ ocaml findlib ncurses ]; buildInputs = [ ocaml findlib ncurses ];
@ -16,7 +17,7 @@ stdenv.mkDerivation {
3c3 3c3
< version="1.7.1" < version="1.7.1"
--- ---
> version="1.7.2" > version="${version}"
EOF EOF
''; '';