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

s2n-tls: 1.3.32 -> 1.3.33
This commit is contained in:
Mario Rodas 2023-01-20 17:48:02 -05:00 committed by GitHub
commit 70b3ee0746
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.32";
version = "1.3.33";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LKJubTzV4B7aimKtnODUJJil3b55qKuDkCe7TLa8tjQ=";
sha256 = "sha256-MfVRAv5Ss+QMjY3IhFJakUO05w6j5WaAM0cCdtLIgAk=";
};
nativeBuildInputs = [ cmake ];