botan3: 3.11.1 -> 3.12.0; haskellPackages.botan-low: 0.1.0.0 -> 0.2.0.1; haskellPackages.botan-bindings: 0.2.0.0 -> 0.3.0.0 (#518140)

This commit is contained in:
Wolfgang Walther
2026-05-18 08:06:51 +00:00
committed by GitHub
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ let
'';
in
stdenv.mkDerivation (finalAttrs: {
version = "3.11.1";
version = "3.12.0";
pname = "botan";
__structuredAttrs = true;
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "randombit";
repo = "botan";
tag = finalAttrs.version;
hash = "sha256-AzQ/IblJF2atUXBTwI+84gmcceVQ6aMMElS3wOsfUDM=";
hash = "sha256-2ODTjqsWSmlornOKh5m6pOX7cNOBHS3+ALblRyC8lPw=";
};
nativeBuildInputs = [
@@ -3351,6 +3351,22 @@ 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);
# 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