ocamlPackages.uucd: 15.1.0 → 16.0.0

This commit is contained in:
Vincent Laporte 2024-09-17 06:18:32 +02:00 committed by Vincent Laporte
parent a448bb49b5
commit 087475f93b

View File

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "15.1.0";
version = "16.0.0";
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
hash = "sha256-HIANZ5SDJcytlpw/W9Ae2eFTutrutJj2PgJCfByobfI=";
hash = "sha256-VVGPG6ZjchUqo8xMCJRahqCCF5WheDBpK1stuts+orM=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];