Merge pull request #115278 from LeSuisse/botan2-2.17.3

botan2: 2.17.2 -> 2.17.3
This commit is contained in:
Sandro 2021-03-07 02:15:25 +01:00 committed by GitHub
commit 95a2ba3604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
'';