Unverified Commit c1df96ae authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

dune_3: 3.18.2 -> 3.19.0 (#409581)

parents 80b13363 b5a051d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ else

  stdenv.mkDerivation rec {
    pname = "dune";
    version = "3.18.2";
    version = "3.19.0";

    src = fetchurl {
      url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
      hash = "sha256-Vr5Qn/w8W6ZSET2ea0PtsEppHx4fbLuhe50kOxI5p68=";
      hash = "sha256-0vYX39NPfYgvQYGiLjWbuQtGZp7YeyZQ64QvBTL8aWw=";
    };

    nativeBuildInputs = [