From 2c01cd06afc2e327343b047e27e172ba488d98f8 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 29 Nov 2023 04:20:00 +0000 Subject: [PATCH] dune_3: 3.12.0 -> 3.12.1 Diff: https://github.com/ocaml/dune/compare/3.12.0...3.12.1 Changelog: https://github.com/ocaml/dune/blob/3.12.1/CHANGES.md --- pkgs/development/tools/ocaml/dune/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index 631cf146e03ee..97ffb9eb941f6 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.12.0"; + version = "3.12.1"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - hash = "sha256-hVFeZLb/uZ+vHqq96RU1d8Gwpech0xnUPvBpqdKrPDs="; + hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28="; }; nativeBuildInputs = [ ocaml findlib ];