Skip to content

Commit

Permalink
ocamlPackages.utop: 2.14.0 → 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Dec 11, 2024
1 parent b3a8a4e commit de03128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/utop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
buildDunePackage rec {
pname = "utop";

version = "2.14.0";
version = "2.15.0";
propagatedBuildInputs = [ findlib lambda-term xdg zed logs ];

minimalOCamlVersion = "4.11";

src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "sha256-D9WpvFtFhSSnFGOh/gzRb5t74TZzrjAxGLchbg0nO6k=";
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tar.gz";
hash = "sha256-dlneoKf3pbFuMAJO5oFEUXn4wPh2MOXNrlVCgNrNb6w=";
};

nativeBuildInputs = [ makeWrapper cppo ];
Expand Down

0 comments on commit de03128

Please sign in to comment.