Unverified Commit 4594156f authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.uunf: 16.0.0 -> 17.0.0 (#442250)

parents 12ab4008 73212a13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  uutf,
  cmdliner,
  cmdlinerSupport ? lib.versionAtLeast cmdliner.version "1.1",
  version ? if lib.versionAtLeast ocaml.version "4.14" then "16.0.0" else "15.0.0",
  version ? if lib.versionAtLeast ocaml.version "4.14" then "17.0.0" else "15.0.0",
}:

let
@@ -18,7 +18,7 @@ let
  hash =
    {
      "15.0.0" = "sha256-B/prPAwfqS8ZPS3fyDDIzXWRbKofwOCyCfwvh9veuug=";
      "16.0.0" = "sha256-iQNkT1av6ONJXn3yWbNbEVV8lKGYOKh/nPU0tkUdX64=";
      "17.0.0" = "sha256-5XYZU8Ros2aiCy04xzLiwhN+v5kM9Y3twdVPQ8IY1GA=";
    }
    ."${version}";
in