lol

Merge pull request #298358 from r-ryantm/auto-update/ocamlPackages.ocaml-version

ocamlPackages.ocaml-version: 3.6.4 -> 3.6.5

authored by

Weijia Wang and committed by
GitHub
ffd22552 1ecc17e3

+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.4"; 5 + version = "3.6.5"; 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-JwvOv+Q4gevAnIl73l6juQc3t2c+5BAPjAxs/zIYctw="; 9 + hash = "sha256-hHP2l0Jcz9YalxCY0wcgdH6zTz+OqRD6JOyjB+r539I="; 10 10 }; 11 11 12 12 checkInputs = [ alcotest ];