s2n-tls: 1.3.35 -> 1.3.36

https://github.com/aws/s2n-tls/releases/tag/v1.3.36
This commit is contained in:
Mario Rodas
2023-02-11 04:20:00 +00:00
committed by Florian Brandes
parent 5f3cc61e4f
commit fb311a7f72

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.35";
version = "1.3.36";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CJ8C6Znqi0Dc8yidUd0P3ORmuFJz9aM0U7ugPu8Jy2w=";
sha256 = "sha256-IL7+f+7Igvm7KeBpDwnIoIB8IUqg3JDEtLFQslBIENE=";
};
nativeBuildInputs = [ cmake ];