From 6458bafb729fade6d4d21991a080b2059e7efdd3 Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Sun, 10 May 2026 19:32:53 +0200 Subject: [PATCH] haskellPackages.botan-bindings: 0.2.0.0 -> 0.3.0.0 Signed-off-by: Markus Theil --- pkgs/development/haskell-modules/configuration-common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 53b00d5220ba..cd1831da650c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3359,6 +3359,14 @@ with haskellLib; revision = null; editedCabalFile = null; } (warnAfterVersion "0.2.0.1" super.botan-low); + + # 2026-05-10: Remove again, when hackage bump is recent enough + botan-bindings = overrideCabal { + version = "0.3.0.0"; + sha256 = "sha256-tsarIc3LcUKPgSWZ+xcGPWGO2f9OF6SWHB6nmX/vJYw="; + revision = null; + editedCabalFile = null; + } (warnAfterVersion "0.3.0.0" super.botan-bindings); } // import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super