s2n-tls: 1.3.39 -> 1.3.42

This commit is contained in:
R. Ryantm 2023-04-09 22:32:39 +00:00
parent 02c3ec8b38
commit 3fd3fdd773

View file

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