3
0
Fork 0
forked from mirrors/nixpkgs
Mario Rodas 2024-01-17 04:20:00 +00:00 committed by Vincent Laporte
parent 328e1c2771
commit 47b64d03d1

View file

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.12.2";
version = "3.13.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M=";
hash = "sha256-8YASV+AchGvXEBfsXUsrdf0xsgoNWXm5M7N8yEU2eN4=";
};
nativeBuildInputs = [ ocaml findlib ];