botan2: 2.19.2 -> 2.19.3

This commit is contained in:
Robert Scott 2022-12-02 22:15:05 +00:00
parent 7ceefed039
commit 6c84c498ce
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,8 @@
callPackage ./generic.nix (args // {
baseVersion = "2.19";
revision = "2";
sha256 = "sha256-OvXxdhXGtc2Lgy0mn7bLTVTsZPnrCd2/Gt1Qk5QbTXU=";
revision = "3";
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
postPatch = ''
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
'';

View File

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
ln -s botan-*.pc botan.pc || true
'';
doCheck = true;
meta = with lib; {
description = "Cryptographic algorithms library";
maintainers = with maintainers; [ raskin ];