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

s2n-tls: 1.3.28 -> 1.3.29
This commit is contained in:
Mario Rodas 2022-12-07 07:26:36 -05:00 committed by GitHub
commit 5bfe9adc8f
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.28";
version = "1.3.29";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RkOP+et8wFb44NLqkizXB68U0NRKKvhDl4PyQWz2m6A=";
sha256 = "sha256-MKrZP81PrpOsVhS+kAjcd1Eumhq7F4HWWbFnypZttuY=";
};
nativeBuildInputs = [ cmake ];