summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-02-01 19:23:04 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-02-01 19:28:45 +0100
commitc1f6eeb822654d74d10125fa7c4b146579bb97ad (patch)
treee5856dad24b7686f3a20c6cad0dea05e9a2f1f09 /pkgs/development/libraries/botan
parent846007b8db338d8293c1bf208ba42f10c78e14aa (diff)
botan: 1.10.14 -> 1.10.14
Diffstat (limited to 'pkgs/development/libraries/botan')
-rw-r--r--pkgs/development/libraries/botan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/botan/default.nix b/pkgs/development/libraries/botan/default.nix
index f66e7befeb00..f2971cc47bef 100644
--- a/pkgs/development/libraries/botan/default.nix
+++ b/pkgs/development/libraries/botan/default.nix
@@ -2,8 +2,8 @@
callPackage ./generic.nix (args // {
baseVersion = "1.10";
- revision = "14";
- sha256 = "072czy26vfjcqjww4qccsd29fzkb6mb8czamr4x76rdi9lwhpv8h";
+ revision = "15";
+ sha256 = "1zkhmggzxjla2iwaiyrx5161yxckrzszmy9yghjlpnhg8zyqzk60";
extraConfigureFlags = "--with-gnump";
postPatch = ''
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt