Skip to content

Commit 1d2c243

Browse files
marsamvbgl
authored andcommitted
dune_2: fix hash
1 parent d3b47f1 commit 1d2c243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/development/tools/ocaml/dune

pkgs/development/tools/ocaml/dune/2.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
1010

1111
src = fetchurl {
1212
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
13-
sha256 = "0lnfmc06yhbdiv6mmp0aksnnvzz4aw4zabrdg89p5msyzir3qrvn";
13+
sha256 = "0pcjf209gynjwipnpplaqyvyivnawqiwhvqnivhkybisicpqyln3";
1414
};
1515

1616
buildInputs = [ ocaml findlib ];

0 commit comments

Comments
 (0)