ocamlPackages.js_of_ocaml: 5.3.0 → 5.4.0

authored by Vincent Laporte and committed by Vincent Laporte d60110fd 12475801

+2 -2
+2 -2
pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
··· 5 5 6 6 buildDunePackage rec { 7 7 pname = "js_of_ocaml-compiler"; 8 - version = "5.3.0"; 8 + version = "5.4.0"; 9 9 minimalOCamlVersion = "4.08"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz"; 13 - hash = "sha256-vp497rmOXSjxvLLZhHwE0ohfwH7VjM2LCKpLZijNZNI="; 13 + hash = "sha256-8SFd4TOGf+/bFuJ5iiJe4ERkaaV0Yq8N7r3SLSqNO5Q="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ menhir ];