Commit 0c2b3cc3 authored by Mario Rodas's avatar Mario Rodas Committed by Vincent Laporte
Browse files
parent fb4debd7
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.9.1";
  version = "3.9.2";

  src = fetchurl {
    url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
    hash = "sha256-8MPOSfNsczuK7nJhHxB88G3mvEI75yYqqxuz8DwFqHg=";
    hash = "sha256-TzrL1F09zbu9qJE3L0PwVpQra5btl37FKBupqHUTSt8=";
  };

  nativeBuildInputs = [ ocaml findlib ];