Skip to content

Commit

Permalink
ocamlPackages.utop: 2.4.2 → 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 28, 2020
1 parent a7953f5 commit 57aaf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/utop/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 57aaf67

Please sign in to comment.