ocamlPackages.ocaml-version: 3.6.7 -> 3.6.8 (#336779)

This commit is contained in:
Weijia Wang 2024-09-11 18:15:45 +02:00 committed by GitHub
commit d26344d54f
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.7";
version = "3.6.8";
src = fetchurl {
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
hash = "sha256-1Q/9W2adM+2w2InEdqcd5IiNkACNWDNgONIQztKPgQw=";
hash = "sha256-mCIeXsvpea/iFuJkvearu6wr804qFPCcH4WOaUKYC9k=";
};
checkInputs = [ alcotest ];