ocamlPackages.csv: 2.0 -> 2.1 (#44735)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-csv/versions.
This commit is contained in:
R. RyanTM 2018-08-08 15:51:53 -07:00 committed by xeji
parent a31ab46499
commit 45cc316b90

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ocaml, findlib, jbuilder }:
stdenv.mkDerivation rec {
version = "2.0";
version = "2.1";
name = "ocaml${ocaml.version}-csv-${version}";
src = fetchurl {
url = "https://github.com/Chris00/ocaml-csv/releases/download/2.0/csv-2.0.tbz";
sha256 = "1g6xsybwc5ifr7n4hkqlh3294njzca12xg86ghh6pqy350wpq1zp";
url = "https://github.com/Chris00/ocaml-csv/releases/download/2.1/csv-2.1.tbz";
sha256 = "0cgfb6cwhwy7ypc1i3jyfz6sdnykp75aqi6kk0g1a2d81yjwzbcg";
};
unpackCmd = "tar -xjf $src";