summary refs log tree commit diff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-12-28 13:46:51 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-12-28 13:47:01 +0100
commit21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab (patch)
tree5b6e5328157ea782de4b664695f1f522e4533473 /pkgs/development/libraries/botan
parentc12613c1110cb8f519295e5c2c21a52ce50acf51 (diff)
downloadnixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar.gz
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar.bz2
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar.lz
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar.xz
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.tar.zst
nixpkgs-21d4d54a38b394daa9ce1b7ffca19e6a7d42b8ab.zip
botan: 1.11.32 -> 1.11.34
Diffstat (limited to 'pkgs/development/libraries/botan')
-rw-r--r--pkgs/development/libraries/botan/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/botan/unstable.nix b/pkgs/development/libraries/botan/unstable.nix
index 71366ed32ad..6ae151dcc64 100644
--- a/pkgs/development/libraries/botan/unstable.nix
+++ b/pkgs/development/libraries/botan/unstable.nix
@@ -2,8 +2,8 @@
 
 callPackage ./generic.nix (args // {
   baseVersion = "1.11";
-  revision = "32";
-  sha256 = "0b4wgqyv6accsdh7fgr9as34r38f8r9024i6s3vhah6wiah7kddn";
+  revision = "34";
+  sha256 = "05hzffp0dxac7414a84z0fgv980cnfx55ch2y4vpg5nvin7m9bar";
   openssl = null;
   postPatch = "sed '1i#include <cmath>' -i src/tests/test_bigint.cpp";
 })