We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b47f1 commit 1d2c243Copy full SHA for 1d2c243
1 file changed
pkgs/development/tools/ocaml/dune/2.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
10
11
src = fetchurl {
12
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
13
- sha256 = "0lnfmc06yhbdiv6mmp0aksnnvzz4aw4zabrdg89p5msyzir3qrvn";
+ sha256 = "0pcjf209gynjwipnpplaqyvyivnawqiwhvqnivhkybisicpqyln3";
14
};
15
16
buildInputs = [ ocaml findlib ];
0 commit comments