mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-15 00:27:02 +00:00
dune: 1.1.1 -> 1.2.1
This commit is contained in:
parent
1a5788010e
commit
d1b97bcbe8
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dune-${version}";
|
name = "dune-${version}";
|
||||||
version = "1.1.1";
|
version = "1.2.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml";
|
owner = "ocaml";
|
||||||
repo = "dune";
|
repo = "dune";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0v2pnxpmqsvrvidpwxvbsypzhqfdnjs5crjp9y61qi8nyj8d75zw";
|
sha256 = "14m5zg1b6d0y03c5qsmqmwiwz2h0iys02rlgn6kzm519ck679bkq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages; [ ocaml findlib ];
|
buildInputs = with ocamlPackages; [ ocaml findlib ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue