ocamlPackages.stdcompat: 15 → 18

This commit is contained in:
Vincent Laporte 2022-02-11 22:29:08 +01:00 committed by Vincent Laporte
parent dd1cc82195
commit 1c97857b12

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-stdcompat";
version = "15";
version = "18";
src = fetchurl {
url = "https://github.com/thierry-martinez/stdcompat/releases/download/v${version}/stdcompat-${version}.tar.gz";
sha256 = "1xcwb529m4lg9cbnxa9m3x2nnl9nxzz1x5lxpvdfflg4zxl6yx2y";
sha256 = "sha256:01y67rndjlzfp5zq0gbqpg9skqq2hfbvhbq9lfhhk5xidr98sfj8";
};
buildInputs = [ ocaml findlib ];