summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-03-13 12:53:54 -0500
committerGitHub <noreply@github.com>2022-03-13 12:53:54 -0500
commit7cd45cc147397d32128f731f1e38558106f0383a (patch)
tree3f1d453815bb87316a991655424debe597d24556 /pkgs/development/tools
parenta2efb21ad413be92a027a50acce87f282e54eef2 (diff)
parent94e16d346b2da7f9a19a71e9febea12e859119b1 (diff)
downloadnixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar.gz
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar.bz2
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar.lz
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar.xz
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.tar.zst
nixpkgs-7cd45cc147397d32128f731f1e38558106f0383a.zip
Merge pull request #162643 from r-ryantm/auto-update/dune
dune_3: 3.0.2 -> 3.0.3
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ocaml/dune/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix
index 59ea9c43512..f6f45944a81 100644
--- a/pkgs/development/tools/ocaml/dune/3.nix
+++ b/pkgs/development/tools/ocaml/dune/3.nix
@@ -6,11 +6,11 @@ else
 
 stdenv.mkDerivation rec {
   pname = "dune";
-  version = "3.0.2";
+  version = "3.0.3";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/fiber-${version}.tbz";
-    sha256 = "sha256-o108qIeWMOX0VU/wWdc5bg/UDCT2CCcw/Xx3nFiDbes=";
+    sha256 = "sha256-1QRJmhZY8Nmcrvv/1zhvLjHUbOynMWcVf+RobEHlcy8=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];