Merge pull request #104458 from redvers/update_botan_2.7_to_2.9

botan2: update 2.7.0 -> 2.9.0
This commit is contained in:
Andreas Rammhold 2020-11-30 16:45:43 +01:00 committed by GitHub
commit c588499fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
baseVersion = "2.7";
baseVersion = "2.9";
revision = "0";
sha256 = "142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4";
sha256 = "06fiyalvc68p11qqh953azx2vrbav5vr00yvcfp67p9l4csn8m9h";
postPatch = ''
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
'';