ocamlPackages.luv: 0.5.10 -> 0.5.11
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user