dune_3: 3.19.1 -> 3.20.1

Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
Ali Caglayan
2025-08-27 13:25:33 +02:00
committed by Vincent Laporte
parent 6826d76de4
commit 55889b45d5
2 changed files with 4 additions and 4 deletions
@@ -4,8 +4,8 @@
dune_3,
csexp,
stdune,
ocamlc-loc,
ordering,
pp,
xdg,
dyn,
}:
@@ -21,8 +21,8 @@ buildDunePackage {
propagatedBuildInputs = [
csexp
stdune
ocamlc-loc
ordering
pp
xdg
dyn
];
+2 -2
View File
@@ -14,11 +14,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.19.1";
version = "3.20.1";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-oQOG+YDNqUF9FGVGa+1Q3SrvnJO50GoPf+7tsKFUEVg=";
hash = "sha256-8I6V3igo6JHWiQbkQwtRFwMihSB7W8aE/F1FZS6zDgo=";
};
nativeBuildInputs = [