Unverified Commit 54f3c2f5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315004 from r-ryantm/auto-update/ocamlPackages.js_of_ocaml-tyxml

ocamlPackages.js_of_ocaml-tyxml: 5.8.1 -> 5.8.2
parents ca13f038 d5e8abb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

buildDunePackage rec {
  pname = "js_of_ocaml-compiler";
  version = "5.8.1";
  version = "5.8.2";
  minimalOCamlVersion = "4.08";

  src = fetchurl {
    url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
    hash = "sha256-DohuELJzqMSNn0U9XEuHacofPrpe6VDgsYha3JQ/SlM=";
    hash = "sha256-ciAZS9L5sU2VgVOlogZ1A1nXtJ3hL+iNdFDThc7L8Eo=";
  };

  nativeBuildInputs = [ menhir ];