Unverified Commit c2223d72 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #239931 from Alizter/ps/branch/dune_3__3_8_2____3_9_0

dune_3: 3.8.2 -> 3.9.0
parents 7cfbc74f 375d965d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@ else

stdenv.mkDerivation rec {
  pname = "dune";
  version = "3.8.2";
  version = "3.9.0";

  src = fetchurl {
    url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
    sha256 = "sha256-Wm7HkBKGFra0ZhZCf6nI8roNbvWkBb+P28b4LcDZNf0=";
    hash = "sha256-xIJaneRUrt9FDC2yWsNTAz4x0yap0bS3os1yYGOb1UQ=";
  };

  nativeBuildInputs = [ ocaml findlib ];