From 2e1198cb477d79fe6606ebad70781c04885e0191 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 24 Feb 2020 05:51:00 -0500 Subject: [PATCH] dune_2: fix hash --- pkgs/development/tools/ocaml/dune/2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/ocaml/dune/2.nix b/pkgs/development/tools/ocaml/dune/2.nix index cec1aeab6c5..45a2a312304 100644 --- a/pkgs/development/tools/ocaml/dune/2.nix +++ b/pkgs/development/tools/ocaml/dune/2.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - sha256 = "166a6lncx0nlmn0kxgx9qkn1dnbphm30vy1wncxcpsqspxhkqfra"; + sha256 = "1jzm29z58l34kpqll9jcz5dkkhh36lncba1yb32ghknkvyfdvcxj"; }; buildInputs = [ ocaml findlib ];