ocamlPackages.bos: 0.1.6 -> 0.2.0

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-bos/versions
This commit is contained in:
R. RyanTM 2018-11-09 07:14:44 -08:00
parent a054d74507
commit cc54b1b8ac

View file

@ -4,10 +4,10 @@
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-bos-${version}";
version = "0.1.6";
version = "0.2.0";
src = fetchurl {
url = "http://erratique.ch/software/bos/releases/bos-${version}.tbz";
sha256 = "1z9sbziqddf770y94pd0bffsp1wdr1v3kp2p00pr27adv7h7dgls";
sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
};
unpackCmd = "tar xjf $src";