summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/dune
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-24 05:51:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2020-02-24 12:54:42 +0100
commit2e1198cb477d79fe6606ebad70781c04885e0191 (patch)
treec68138fb3807b0f32e52ce8012739476785cffbd /pkgs/development/tools/ocaml/dune
parent897a5c327e8f47490045d510798a0b29b9c4ed43 (diff)
downloadnixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar.gz
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar.bz2
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar.lz
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar.xz
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.tar.zst
nixpkgs-2e1198cb477d79fe6606ebad70781c04885e0191.zip
dune_2: fix hash
Diffstat (limited to 'pkgs/development/tools/ocaml/dune')
-rw-r--r--pkgs/development/tools/ocaml/dune/2.nix2
1 files changed, 1 insertions, 1 deletions
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 ];