Merge pull request #55236 from r-ryantm/auto-update/utop

ocamlPackages.utop: 2.2.0 -> 2.3.0
This commit is contained in:
Ryan Mulligan 2019-02-15 07:10:53 -08:00 committed by GitHub
commit 64b05b8733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,12 +7,12 @@ then throw "utop is not available for OCaml ${ocaml.version}"
else else
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.2.0"; version = "2.3.0";
name = "utop-${version}"; name = "utop-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/diml/utop/archive/${version}.tar.gz"; url = "https://github.com/diml/utop/archive/${version}.tar.gz";
sha256 = "1414snwmqaxs1x8wbpjf6fn3jsl01hq0phrr7639xmb5vh15mgd4"; sha256 = "1g1xf19fhzwsikp33pv1wf6wb2qdc5y7dzqi46h8c4l850cwscjh";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];