s2n-tls: 1.3.38 -> 1.3.39

https://github.com/aws/s2n-tls/releases/tag/v1.3.39
This commit is contained in:
Mario Rodas 2023-03-14 05:30:00 +00:00
parent 107df2f7c2
commit b0cd9107fc

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.38";
version = "1.3.39";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-i4mY6c6YUQvqbH82MGGuHEfsCUDSBQbjtJjeRBkOEf4=";
sha256 = "sha256-2vMEzHgwvcjHJZ4eloAWv1ioUXAatGfHT9OEclwKB3A=";
};
nativeBuildInputs = [ cmake ];