From e3512cc0ea108565ae61f365f752a2dbc2e8edea Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Sun, 10 May 2026 19:32:25 +0200 Subject: [PATCH] haskellPackages.botan-low: 0.1.0.0 -> 0.2.0.1 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 e8d9286f0706..53b00d5220ba 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3351,6 +3351,14 @@ with haskellLib; stripe-concepts = doJailbreak super.stripe-concepts; stripe-signature = doJailbreak super.stripe-signature; stripe-wreq = doJailbreak super.stripe-wreq; + + # 2026-05-10: Remove again, when hackage bump is recent enough + botan-low = overrideCabal { + version = "0.2.0.1"; + sha256 = "sha256-yC+GJDNO58TIc197Mgn/vqpt4fY3YghLhJfmGkQjsxk="; + revision = null; + editedCabalFile = null; + } (warnAfterVersion "0.2.0.1" super.botan-low); } // import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super