Skip to content

Commit

Permalink
dune_3: 3.11.1 -> 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Nov 29, 2023
1 parent e34acbc commit 6007641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/dune/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ else

stdenv.mkDerivation rec {
pname = "dune";
version = "3.11.1";
version = "3.12.0";

src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-hm8jB62tr3YE87+dmLtAmHkrqgRpU6ZybJbED8XtP3E=";
hash = "sha256-hVFeZLb/uZ+vHqq96RU1d8Gwpech0xnUPvBpqdKrPDs=";
};

nativeBuildInputs = [ ocaml findlib ];
Expand Down

0 comments on commit 6007641

Please sign in to comment.