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

Merge pull request #279077 from r-ryantm/auto-update/dune_3

dune_3: 3.12.1 -> 3.12.2
parents 8b94c423 ce2410cf
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.12.1";
  version = "3.12.2";

  src = fetchurl {
    url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
    hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28=";
    hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M=";
  };

  nativeBuildInputs = [ ocaml findlib ];