Skip to content

Commit

Permalink
ocamlPackages.uucd: 15.1.0 → 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 23, 2024
1 parent a448bb4 commit 087475f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/uucd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 087475f

Please sign in to comment.