ocamlPackages.utop: 2.6.0 -> 2.7.0

This commit is contained in:
R. RyanTM 2021-01-20 10:35:04 +00:00 committed by Vincent Laporte
parent 816d535e10
commit 2f6523f96b

View File

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