ocamlPackages.owl{,-base}: 1.0.0 -> 1.0.1

https://github.com/owlbarn/owl/releases/tag/1.0.1

Fixes test failure on nixpkgs master.
This commit is contained in:
sternenseemann 2021-03-16 01:54:02 +01:00 committed by Vincent Laporte
parent 985de1a4ec
commit ebee209dcf

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "owl-base";
version = "1.0.0";
version = "1.0.1";
useDune2 = true;
src = fetchurl {
url = "https://github.com/owlbarn/owl/releases/download/${version}/owl-${version}.tbz";
sha256 = "1gny4351ws2r7dp53nampfyh39l0z6qqvxj5v3d05mpdi2aa06yr";
sha256 = "72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef";
};
minimumOCamlVersion = "4.10";