Skip to content

Commit

Permalink
dune_3: 3.12.0 -> 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Nov 29, 2023
1 parent 45e56c4 commit 2c01cd0
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.12.0";
version = "3.12.1";

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

nativeBuildInputs = [ ocaml findlib ];
Expand Down

0 comments on commit 2c01cd0

Please sign in to comment.