Merge pull request #38188 from r-ryantm/auto-update/ocaml4.05.0-uchar

ocamlPackages.uchar: 0.0.1 -> 0.0.2
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:24:21 -05:00 committed by GitHub
commit ac162ce06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ocaml, ocamlbuild, opam }:
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-uchar-0.0.1";
name = "ocaml${ocaml.version}-uchar-0.0.2";
src = fetchurl {
url = https://github.com/ocaml/uchar/releases/download/v0.0.1/uchar-0.0.1.tbz;
sha256 = "0ficw1x7ymbd6m8hqw3w1aycwm1hbwd6bad3c5pspwnzh3qlikhi";
url = https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz;
sha256 = "1w2saw7zanf9m9ffvz2lvcxvlm118pws2x1wym526xmydhqpyfa7";
};
unpackCmd = "tar xjf $src";