jbuilder: 1.0+beta17 -> 1.0+beta20

This commit is contained in:
Vincent Laporte 2018-04-30 09:52:30 +00:00 committed by Vincent Laporte
parent a600e0c8a5
commit abea0c6eeb

View File

@ -2,16 +2,18 @@
stdenv.mkDerivation rec {
name = "jbuilder-${version}";
version = "1.0+beta17";
version = "1.0+beta20";
src = fetchFromGitHub {
owner = "ocaml";
repo = "dune";
rev = "${version}";
sha256 = "04pyry459hp2r2s9m5xkcq1glzp20ddz5wb1w8nzp3zgygy0431x";
sha256 = "0571lzm8caq6wnia7imgy4a27x5l2bvxiflg0jrwwml0ylnii65f";
};
buildInputs = [ ocaml ];
dontAddPrefix = true;
installPhase = "${opam}/bin/opam-installer -i --prefix=$out --libdir=$OCAMLFIND_DESTDIR";
preFixup = "rm -rf $out/jbuilder";