lol

ocamlPackages.js_of_ocaml: 6.1.0 -> 6.1.1

authored by stepbrobd.com and committed by

Vincent Laporte 93d0e63a da4c2ae4

+2 -2
+2 -2
pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
··· 12 12 sedlex, 13 13 version ? 14 14 if lib.versionAtLeast ocaml.version "4.13" then 15 - "6.1.0" 15 + "6.1.1" 16 16 else if lib.versionAtLeast ocaml.version "4.11" then 17 17 "6.0.1" 18 18 else ··· 28 28 url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz"; 29 29 hash = 30 30 { 31 - "6.1.0" = "sha256-PDMMw4L94xq3fCVj/ClKFwN8LGtJzbxBg6gHLIhHFSc="; 31 + "6.1.1" = "sha256-0x2kGq5hwCqqi01QTk6TcFIz0wPNgaB7tKxe7bA9YBQ="; 32 32 "6.0.1" = "sha256-gT2+4rYuFUEEnqI6IOQFzyROJ+v6mFl4XPpT4obSxhQ="; 33 33 "5.9.1" = "sha256-aMlcYIcdjpyaVMgvNeLtUEE7y0QPIg0LNRayoe4ccwc="; 34 34 "5.8.2" = "sha256-ciAZS9L5sU2VgVOlogZ1A1nXtJ3hL+iNdFDThc7L8Eo=";