lol

ocamlPackages.ocaml-version: 3.6.5 -> 3.6.7

+2 -2
+2 -2
pkgs/development/ocaml-modules/ocaml-version/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "ocaml-version"; 5 - version = "3.6.5"; 5 + version = "3.6.7"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz"; 9 - hash = "sha256-hHP2l0Jcz9YalxCY0wcgdH6zTz+OqRD6JOyjB+r539I="; 9 + hash = "sha256-1Q/9W2adM+2w2InEdqcd5IiNkACNWDNgONIQztKPgQw="; 10 10 }; 11 11 12 12 checkInputs = [ alcotest ];