Unverified Commit ffd22552 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

ocamlPackages.ocaml-version: 3.6.4 -> 3.6.5
parents 1ecc17e3 b14d2bfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildDunePackage rec {
  pname = "ocaml-version";
  version = "3.6.4";
  version = "3.6.5";

  src = fetchurl {
    url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
    hash = "sha256-JwvOv+Q4gevAnIl73l6juQc3t2c+5BAPjAxs/zIYctw=";
    hash = "sha256-hHP2l0Jcz9YalxCY0wcgdH6zTz+OqRD6JOyjB+r539I=";
  };

  checkInputs = [ alcotest ];