ocamlPackages.js_of_ocaml: 5.6.0 -> 5.7.1

authored by R. Ryantm and committed by Vincent Laporte 8898f511 f3a5ac03

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