Commit 087475f9 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.uucd: 15.1.0 → 16.0.0

parent a448bb49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];