mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
haskellPackages.botan-low: 0.1.0.0 -> 0.2.0.1
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user