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:
commit
ac162ce06a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user