s2n-tls: 1.5.9 -> 1.5.10 (#365940)

This commit is contained in:
Philip Taron
2024-12-18 10:21:32 -08:00
committed by GitHub
+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 ];