ocamlPackages.csv: 2.1 -> 2.2

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.06.1-csv/versions
This commit is contained in:
R. RyanTM 2018-11-18 23:32:14 -08:00
parent 0925c482c8
commit c64467de65

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "csv";
version = "2.1";
version = "2.2";
src = fetchurl {
url = "https://github.com/Chris00/ocaml-${pname}/releases/download/${version}/csv-${version}.tbz";
sha256 = "0cgfb6cwhwy7ypc1i3jyfz6sdnykp75aqi6kk0g1a2d81yjwzbcg";
sha256 = "1llwjdi14vvfy4966crapibq0djii71x47b0yxhjcl5jw4xnsaha";
};
meta = {