ocaml-csv: 1.4 -> 1.4.1

This commit is contained in:
Vincent Laporte 2015-07-23 19:36:24 +02:00
parent aa8bb63248
commit a74f3a6270

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation {
name = "ocaml-csv-1.4";
name = "ocaml-csv-1.4.1";
src = fetchzip {
url = https://github.com/Chris00/ocaml-csv/releases/download/1.4/csv-1.4.tar.gz;
sha256 = "0si0v79rxzyzmgyhd6lidpzxdlcpprlhg0pgrsf688g83xsclkwa";
url = https://github.com/Chris00/ocaml-csv/releases/download/1.4.1/csv-1.4.1.tar.gz;
sha256 = "1z38qy92lq8qh91bs70vsv868szainif53a2y6rf47ijdila25j4";
};
buildInputs = [ ocaml findlib ];