ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0
ocamlPackages.utop: 2.4.3 → 2.6.0
This commit is contained in:
committed by
Vincent Laporte
parent
321c46c6e8
commit
6b0396351e
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, ocaml, findlib, dune
|
||||
{ stdenv, fetchurl, ocaml, findlib
|
||||
, lambdaTerm, cppo, makeWrapper, buildDunePackage
|
||||
}:
|
||||
|
||||
@@ -8,11 +8,13 @@ else
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "utop";
|
||||
version = "2.4.3";
|
||||
version = "2.6.0";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
|
||||
sha256 = "107al0l3x4a5kkjka7glmhsqlm7pwzzc6shspiv5gsjb49pblc2f";
|
||||
sha256 = "17n9igl74xcvj0mzdh2ybda29f2m48a5lj4yf8lrdqr7vg0982jd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user