about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2024-04-01 09:01:15 +0200
committerRobert Scott <code@humanleg.org.uk>2024-04-13 18:12:27 +0100
commit29386c74722ff5133ea94f8001063c6355e56688 (patch)
tree990e02e1de215ef100bd0b1b4122044fc99cdea1 /pkgs/development
parent867e7f23e7eccb7f865bc8986c2b6af6126ea818 (diff)
mbedtls_2: 2.28.7 -> 2.28.8
Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8
Fixes CVE-2024-28960

(cherry picked from commit 92f5f12a72d44c26cde46c033e5ae50419084d62)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/mbedtls/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mbedtls/2.nix b/pkgs/development/libraries/mbedtls/2.nix
index 97d62fad3ced1..42fb6edae78f2 100644
--- a/pkgs/development/libraries/mbedtls/2.nix
+++ b/pkgs/development/libraries/mbedtls/2.nix
@@ -1,6 +1,6 @@
 { callPackage }:
 
 callPackage ./generic.nix {
-  version = "2.28.7";
-  hash = "sha256-JI0Frbz4HkPqrLQNrSIj1ikN8201h4kd1wTwyPotERw=";
+  version = "2.28.8";
+  hash = "sha256-A1DYZrvJ8SRujroVwqPfcTOSgLnT5xRat/RVdq2fL/o=";
 }