botan3: 3.1.1 -> 3.2.0

Changelog: https://botan.randombit.net/news.html

Most notable changes: better PQC and TLS 1.3 support

Signed-off-by: Markus Theil <theil.markus@gmail.com>

+3 -3
+3 -3
pkgs/development/libraries/botan/3.0.nix
··· 1 1 { callPackage, fetchpatch, lib, ... } @ args: 2 2 3 3 callPackage ./generic.nix (args // { 4 - baseVersion = "3.1"; 5 - revision = "1"; 6 - sha256 = "sha256-MMhP6RmTapj+9TMfJGxiqiwOTSCFstRREgf2ogr6Oms="; 4 + baseVersion = "3.2"; 5 + revision = "0"; 6 + sha256 = "BJyEeDX89u86niBrM94F3TiZnDJeJHSCdypVmNnl7OM="; 7 7 # reconsider removing this platform marking, when MacOS uses Clang 14.0+ by default. 8 8 badPlatforms = lib.platforms.darwin; 9 9 })