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

s2n-tls: 1.3.34 -> 1.3.35
This commit is contained in:
Mario Rodas 2023-02-12 14:01:34 -05:00 committed by GitHub
commit 3745399172
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.34";
version = "1.3.36";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CaVo2OxfB7ImMOgPuyvKQFbTeEm3PqD8CV96jUEZ8U0=";
sha256 = "sha256-IL7+f+7Igvm7KeBpDwnIoIB8IUqg3JDEtLFQslBIENE=";
};
nativeBuildInputs = [ cmake ];