jbuilder: 1.0+beta12 -> 1.0+beta14

This commit is contained in:
Vincent Laporte 2017-10-25 22:22:05 +00:00
parent 9d74f33416
commit 43d3b9d74c
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

@ -1,10 +1,10 @@
{ stdenv, fetchzip, ocaml, opam }:
stdenv.mkDerivation {
name = "jbuilder-1.0+beta12";
name = "jbuilder-1.0+beta14";
src = fetchzip {
url = http://github.com/janestreet/jbuilder/archive/1.0+beta12.tar.gz;
sha256 = "1gqpp1spcya9951mw2kcavam8v0m5s6zc5pjb7bkv5d71si04rlf";
url = http://github.com/janestreet/jbuilder/archive/1.0+beta14.tar.gz;
sha256 = "0vq4chqp7bm3rd5n6ry1j1ia6xqlz463059ljd1jmawa4dcyilvl";
};
buildInputs = [ ocaml ];