s2n-tls: 1.5.9 -> 1.5.10

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.5.10
This commit is contained in:
Sergei Trofimovich
2024-12-17 16:53:34 +00:00
parent 17dc04d068
commit c48af16c09
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.5.9";
version = "1.5.10";
src = fetchFromGitHub {
owner = "aws";
repo = "s2n-tls";
rev = "v${version}";
hash = "sha256-Ok/Dlh3Ew0Ow58diUKlIQelswQE3uXlBAGKDzpFaqqk=";
hash = "sha256-oIDWlWE9HE+Zrhei2D56U/dO1VEkbQg3VLrUIopg2oc=";
};
nativeBuildInputs = [ cmake ];