lol

Merge pull request #204194 from risicle/ris-botan2-2.19.3

authored by

Martin Weinelt and committed by
GitHub
1fc07615 31ebec3e

+4 -2
+2 -2
pkgs/development/libraries/botan/2.0.nix
··· 2 2 3 3 callPackage ./generic.nix (args // { 4 4 baseVersion = "2.19"; 5 - revision = "2"; 6 - sha256 = "sha256-OvXxdhXGtc2Lgy0mn7bLTVTsZPnrCd2/Gt1Qk5QbTXU="; 5 + revision = "3"; 6 + sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU="; 7 7 postPatch = '' 8 8 sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt 9 9 '';
+2
pkgs/development/libraries/botan/generic.nix
··· 46 46 ln -s botan-*.pc botan.pc || true 47 47 ''; 48 48 49 + doCheck = true; 50 + 49 51 meta = with lib; { 50 52 description = "Cryptographic algorithms library"; 51 53 maintainers = with maintainers; [ raskin ];