Mario Rodas 2023-11-29 04:20:00 +00:00 committed by Vincent Laporte
parent 45e56c4c16
commit 2c01cd06af

View File

@ -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 ];