botan2: 2.17.2 -> 2.17.3

Fixes CVE-2021-24115.
This commit is contained in:
Thomas Gerbet 2021-03-06 19:48:03 +01:00
parent b349460dd8
commit 9a18802edf

View File

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