s2n-tls: 1.5.4 -> 1.5.5

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.5.5
This commit is contained in:
Sergei Trofimovich
2024-10-11 09:09:37 +01:00
parent e49986fbf2
commit 948513ffc1
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "aws";
repo = "s2n-tls";
rev = "v${version}";
hash = "sha256-dLudhi/b6QSrzP5Ap0LTzYk7Ycj5JTIuBz3mDd8JZa4=";
hash = "sha256-vIwhV8kFP7sN0tz8ZE3bDGD/v08pq2PCl1ea5w+ejHg=";
};
nativeBuildInputs = [ cmake ];