about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-12 21:40:11 +0200
committerGitHub <noreply@github.com>2024-05-12 21:40:11 +0200
commit6fcccab638a02fe45e289707ccab13e11f91c48e (patch)
treebdedb43817bb12ff61f13ffee56f4fc1e78870c6 /pkgs/development/libraries
parentd4cb2fc13f5c3a3245cb721e5c1b1b322ca9aa86 (diff)
parent59ef524f69962e5b5de5b767aadb9af325dd7f65 (diff)
Merge pull request #302530 from thillux/mtheil/botan2-update
botan2: 2.19.3 -> 2.19.4
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/botan/2.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/botan/2.0.nix b/pkgs/development/libraries/botan/2.0.nix
index 53b4e167a7d9b..c9a45218dfb4c 100644
--- a/pkgs/development/libraries/botan/2.0.nix
+++ b/pkgs/development/libraries/botan/2.0.nix
@@ -2,6 +2,6 @@
 
 callPackage ./generic.nix (args // {
   baseVersion = "2.19";
-  revision = "3";
-  hash = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
+  revision = "4";
+  hash = "sha256-WjqI72Qz6XvKsO+h7WDGGX5K2p2dMLwcR0N7+JuX8nY=";
 })