From bfb7ebf5dfded338aef31fa9640c5ebc1050932e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 15 Feb 2020 08:56:00 -0500 Subject: [PATCH] dune_2: 2.2.0 -> 2.3.0 Changelog: https://github.com/ocaml/dune/releases/tag/2.3.0 --- pkgs/development/tools/ocaml/dune/2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/2.nix b/pkgs/development/tools/ocaml/dune/2.nix index dc6c27318b1..860602cb684 100644 --- a/pkgs/development/tools/ocaml/dune/2.nix +++ b/pkgs/development/tools/ocaml/dune/2.nix @@ -6,11 +6,11 @@ else stdenv.mkDerivation rec { pname = "dune"; - version = "2.2.0"; + version = "2.3.0"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - sha256 = "1x4bipcyqhgagzvd5iq6p498a4qwvj622j240grsch8nq9qbjpmb"; + sha256 = "1zswdp2gran8djk718q5g3ldbvw0qp34j9jj1n7m1xp870g3590l"; }; buildInputs = [ ocaml findlib ];