summary refs log tree commit diff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-01-18 18:18:34 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-01-18 18:20:09 +0300
commitda8828f5cf8099755eb63fd90388df2cd9ffd965 (patch)
tree91721699bda993c60ce698acf8e76a859cb3f88a /pkgs/development/libraries/botan
parent5c9df933764ae90ef5c3ac48f2965c5cb8238948 (diff)
downloadnixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar.gz
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar.bz2
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar.lz
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar.xz
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.tar.zst
nixpkgs-da8828f5cf8099755eb63fd90388df2cd9ffd965.zip
Botan (unstable): 1.11.12 -> 1.11.13
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 123b2d5852e..cc18b8c63ab 100644
--- a/pkgs/development/libraries/botan/unstable.nix
+++ b/pkgs/development/libraries/botan/unstable.nix
@@ -2,7 +2,7 @@
 
 callPackage ./generic.nix (args // {
   baseVersion = "1.11";
-  revision = "12";
-  sha256 = "099hbimpqry96xzbv69x1wmqrybcnfn7yw8jj6ljvk6r8wk4qg85";
+  revision = "13";
+  sha256 = "1jg36k376w6d6g7hgs2d67sr84pail5qf6yy1s5ys7pc16k2dy41";
   openssl = null;
 })