ocamlPackages.luv: 0.5.10 -> 0.5.11

This commit is contained in:
R. Ryantm
2022-02-13 10:16:50 +01:00
committed by sterni
parent db8bd03b6b
commit a395bc3e59
@@ -6,12 +6,12 @@
buildDunePackage rec {
pname = "luv";
version = "0.5.10";
version = "0.5.11";
useDune2 = true;
src = fetchurl {
url = "https://github.com/aantron/luv/releases/download/${version}/luv-${version}.tar.gz";
sha256 = "0zygir01d6vglfs4b3klnbg90glvyl9agq5xnzn8hmsb6d8z0jqp";
sha256 = "sha256-zOz0cxGzhLi3Q36qyStNCz8JGXHtECQfZysMKiyKOkM=";
};
postConfigure = ''