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

s2n-tls: 1.3.48 -> 1.3.50
This commit is contained in:
Mario Rodas 2023-09-08 06:59:17 -05:00 committed by GitHub
commit f9b9cc2c4d
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.48";
version = "1.3.50";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7C1syZAhMv0N+AuE/SuXqhatKhlzDOix4ZDxLRyuWOs=";
sha256 = "sha256-B+znuvQ7TTl2u4rw64ylPywfpr066Yf8Wg0qrdByGRE=";
};
nativeBuildInputs = [ cmake ];