botan3: 3.9.0 -> 3.10.0

Release notes:
https://botan.randombit.net/news.html#version-3-10-0-2025-11-06

Contains mostly performance improvements.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil
2025-11-12 10:53:04 +01:00
committed by Markus Theil
parent 54e64edf2f
commit 618646b9b5
+2 -2
View File
@@ -52,7 +52,7 @@ let
'';
in
stdenv.mkDerivation (finalAttrs: {
version = "3.9.0";
version = "3.10.0";
pname = "botan";
__structuredAttrs = true;
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "http://botan.randombit.net/releases/Botan-${finalAttrs.version}.tar.xz";
hash = "sha256-jD8oS1jd1C6OQ+n6hqcSnYfqfD93aoDT2mPsIHIrCIM=";
hash = "sha256-/eGUI29tVDTxNuoKBif2zJ0mr4uW6fHhx9jILNkPTyQ=";
};
nativeBuildInputs = [