Commit 2f6523f9 authored by R. RyanTM's avatar R. RyanTM Committed by Vincent Laporte
Browse files

ocamlPackages.utop: 2.6.0 -> 2.7.0

parent 816d535e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@ else

buildDunePackage rec {
  pname = "utop";
  version = "2.6.0";
  version = "2.7.0";

  useDune2 = true;

  src = fetchurl {
    url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
    sha256 = "17n9igl74xcvj0mzdh2ybda29f2m48a5lj4yf8lrdqr7vg0982jd";
    sha256 = "sha256-4GisU98mfDzA8vabvCBEBPA2LMTmRyofxUfjJqY8P90=";
  };

  nativeBuildInputs = [ makeWrapper ];