Skip to content

Commit

Permalink
dune: 1.10.0 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Jul 24, 2019
1 parent 96b925e commit 236d744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/dune/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "dune";
version = "1.10.0";
version = "1.11.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "15fx9rg16g7ig43rg4sdq0wp0br5h1mjxxgv8b15s317vqlfc5pd";
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-build-info-${version}.tbz";
sha256 = "11jl2vavypbgvwblch25q10hsd16myik9b3cd4d64zhxk1fzbzdw";
};

buildInputs = [ ocaml findlib ];
Expand Down

0 comments on commit 236d744

Please sign in to comment.