Skip to content

Commit

Permalink
dune_2: 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Jul 5, 2020
1 parent cef53ab commit 969e354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/dune/2.nix
Expand Up @@ -6,11 +6,11 @@ else

stdenv.mkDerivation rec {
pname = "dune";
version = "2.6.0";
version = "2.6.1";

src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "1hvgj78xqqqph8dwn1jjkjp8bpppvwzx33lzkvwh5wn5zd4xij8j";
sha256 = "184ri2w1n1yvhar1aq3fcxibdxx67728dz6gy5rf33j4hvr5kyay";
};

buildInputs = [ ocaml findlib ];
Expand Down

0 comments on commit 969e354

Please sign in to comment.