forked from mirrors/nixpkgs
dune_3: 3.12.2 -> 3.13.0
Diff: https://github.com/ocaml/dune/compare/3.12.2...3.13.0 Changelog: https://github.com/ocaml/dune/raw/3.13.0/CHANGES.md
This commit is contained in:
parent
328e1c2771
commit
47b64d03d1
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue