Merge pull request #306488 from r-ryantm/auto-update/ocamlPackages.ocaml-version

ocamlPackages.ocaml-version: 3.6.5 -> 3.6.7
This commit is contained in:
Ulrik Strid 2024-04-26 08:22:50 +02:00 committed by GitHub
commit 0d36ac82e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "ocaml-version";
version = "3.6.5";
version = "3.6.7";
src = fetchurl {
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
hash = "sha256-hHP2l0Jcz9YalxCY0wcgdH6zTz+OqRD6JOyjB+r539I=";
hash = "sha256-1Q/9W2adM+2w2InEdqcd5IiNkACNWDNgONIQztKPgQw=";
};
checkInputs = [ alcotest ];