ocamlPackages.utop: 2.7.0 → 2.8.0

This commit is contained in:
Vincent Laporte 2021-06-27 09:03:27 +02:00 committed by Vincent Laporte
parent 5550614aba
commit 4f3bc6aa7f

View file

@ -8,13 +8,13 @@ else
buildDunePackage rec {
pname = "utop";
version = "2.7.0";
version = "2.8.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "sha256-4GisU98mfDzA8vabvCBEBPA2LMTmRyofxUfjJqY8P90=";
sha256 = "0mi571ifjzq4wcjarn8q1b7yl8nxjm1jfx3afac224lqwn6bhb2d";
};
nativeBuildInputs = [ makeWrapper ];