Skip to content

Commit

Permalink
ocamlPackages.js_of_ocaml-compiler: 5.7.1 -> 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and vbgl committed May 17, 2024
1 parent d6f3061 commit ff8aa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

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

src = fetchurl {
url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
hash = "sha256-DqSOKqiQTsVi8iX6CT/2dLVODnUU2uhie4/Y93IQOD0=";
hash = "sha256-DohuELJzqMSNn0U9XEuHacofPrpe6VDgsYha3JQ/SlM=";
};

nativeBuildInputs = [ menhir ];
Expand Down

0 comments on commit ff8aa8b

Please sign in to comment.