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-09-06 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2020-09-07 13:26:52 +0200
commit1d2c243d9e95ae38a30705bf97c39d23be447901 (patch)
tree17bf1a9c632fb61a9786b6bf9206b437d9db58c0 /pkgs/development/tools/ocaml/dune
parentd3b47f15561ce11f589fdea3ddb8e7839ef825f8 (diff)
downloadnixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar.gz
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar.bz2
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar.lz
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar.xz
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.tar.zst
nixpkgs-1d2c243d9e95ae38a30705bf97c39d23be447901.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 30823b43acb..177fa96f5b9 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 = "0lnfmc06yhbdiv6mmp0aksnnvzz4aw4zabrdg89p5msyzir3qrvn";
+    sha256 = "0pcjf209gynjwipnpplaqyvyivnawqiwhvqnivhkybisicpqyln3";
   };
 
   buildInputs = [ ocaml findlib ];