From cf1b86f4640a434e44f1e5aa965f050b894ff5e1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 21 Aug 2025 01:16:32 +0000 Subject: [PATCH] ocamlPackages.unionFind: 20220122 -> 20250818 --- pkgs/development/ocaml-modules/unionFind/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/unionFind/default.nix b/pkgs/development/ocaml-modules/unionFind/default.nix index 3e374acfe6c2..9bb7fcb95cdf 100644 --- a/pkgs/development/ocaml-modules/unionFind/default.nix +++ b/pkgs/development/ocaml-modules/unionFind/default.nix @@ -6,7 +6,7 @@ buildDunePackage rec { pname = "unionFind"; - version = "20220122"; + version = "20250818"; useDune2 = true; minimalOCamlVersion = "4.05"; @@ -16,7 +16,7 @@ buildDunePackage rec { owner = "fpottier"; repo = pname; rev = version; - sha256 = "sha256:0hdh56rbg8vfjd61q09cbmh8l5wmry5ykivg7gsm0v5ckkb3531r"; + sha256 = "sha256-q/3Wx2/JvFO3m51OvMwO6bz+s7+4Vjs4pFgy5+OinNo="; }; meta = {