ocamlPackages.utop: 2.4.2 → 2.4.3

This commit is contained in:
Vincent Laporte 2020-01-21 16:33:24 +01:00 committed by Vincent Laporte
parent a7953f555d
commit 57aaf67b72

View File

@ -8,11 +8,11 @@ else
buildDunePackage rec {
pname = "utop";
version = "2.4.2";
version = "2.4.3";
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "0y2v8rkfz19nlz8gh0lkh5wx5hyvw5gl4nw1kg8j2pw9jnilq5nb";
sha256 = "107al0l3x4a5kkjka7glmhsqlm7pwzzc6shspiv5gsjb49pblc2f";
};
nativeBuildInputs = [ makeWrapper ];