Commit 6c84c498 authored by Robert Scott's avatar Robert Scott
Browse files

botan2: 2.19.2 -> 2.19.3

parent 7ceefed0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  '';
+2 −0
Original line number Diff line number Diff line
@@ -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 ];