ocamlPackages.uucd: 16.0.0 → 17.0.0 (#444236)

This commit is contained in:
Vincent Laporte
2025-09-26 05:03:54 +00:00
committed by GitHub

View File

@@ -12,14 +12,15 @@
let
pname = "uucd";
webpage = "https://erratique.ch/software/${pname}";
version = "17.0.0";
in
stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "16.0.0";
stdenv.mkDerivation {
pname = "ocaml${ocaml.version}-${pname}";
inherit version;
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
hash = "sha256-VVGPG6ZjchUqo8xMCJRahqCCF5WheDBpK1stuts+orM=";
hash = "sha256-ifjEBUN+Lqw4W9FeoGX4XBjnxcJL15ukd+aSSDS8KC0=";
};
nativeBuildInputs = [