Merge pull request #225514 from r-ryantm/auto-update/s2n-tls

s2n-tls: 1.3.39 -> 1.3.42
This commit is contained in:
Mario Rodas 2023-04-10 21:59:43 -05:00 committed by GitHub
commit d9b7d64f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];