aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-08-10 19:29:02 +0200
committerMichael Raskin <7c6f434c@mail.ru>2016-08-11 17:57:35 +0200
commit258f45082e1101c0e380638f31739b9d34a9e979 (patch)
treec2f67fec0106d80b03cacab23ff2ec3564290d19 /pkgs/development/libraries/botan
parent5cd1a1649fe02c386733716f20c011f0c880e539 (diff)
botan: 1.10.12 -> 1.10.13
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 3a3acbf67b9d..6e8a8cd8d7fe 100644
--- a/pkgs/development/libraries/botan/default.nix
+++ b/pkgs/development/libraries/botan/default.nix
@@ -2,7 +2,7 @@
callPackage ./generic.nix (args // {
baseVersion = "1.10";
- revision = "12";
- sha256 = "09xcbrs48c9sgy6cj37qbc69gi6wlkjd6r3fi4zr8xwmj5wkmz5g";
+ revision = "13";
+ sha256 = "144vl65z7bys43sxgb09mbisyf2nmh49wh0d957y0ksa9cyrgv13";
extraConfigureFlags = "--with-gnump";
})