ocamlPackages.luv: 0.5.8 -> 0.5.9

This commit is contained in:
Ulrik Strid 2021-07-21 11:41:21 +02:00 committed by Vincent Laporte
parent f9fedfba20
commit c1e00f694b

View file

@ -6,12 +6,12 @@
buildDunePackage rec {
pname = "luv";
version = "0.5.8";
version = "0.5.9";
useDune2 = true;
src = fetchurl {
url = "https://github.com/aantron/luv/releases/download/${version}/luv-${version}.tar.gz";
sha256 = "1y3g7jvb72frckjl92zyn7hzmzjy1fy4a48992jdk80vphsdzgmk";
sha256 = "0bbv28vgv5mnfbn1gag5fh3n4d9nkffqy3bif3pf47677c493ym2";
};
postConfigure = ''