ocamlPackages.ocaml-version: 3.6.2 -> 3.6.4

This commit is contained in:
R. Ryantm 2024-02-24 12:50:35 +00:00
parent 8db50d6f20
commit 81ca2cb993

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "ocaml-version";
version = "3.6.2";
version = "3.6.4";
src = fetchurl {
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
hash = "sha256-XJ0xq71ZiR39phQIULXFDLHoj3HntxLI+v2gR0Bp/rI=";
hash = "sha256-JwvOv+Q4gevAnIl73l6juQc3t2c+5BAPjAxs/zIYctw=";
};
checkInputs = [ alcotest ];