ocamlPackages.luv: 0.5.7 -> 0.5.8

This commit is contained in:
sternenseemann 2021-05-18 21:27:12 +02:00 committed by Vincent Laporte
parent e21b618934
commit b0e2820ae2
1 changed files with 2 additions and 2 deletions

View File

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