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

s2n-tls: 1.3.36 -> 1.3.37
This commit is contained in:
Mario Rodas 2023-02-19 10:20:57 -05:00 committed by GitHub
commit aced9264c9
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.36";
version = "1.3.37";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IL7+f+7Igvm7KeBpDwnIoIB8IUqg3JDEtLFQslBIENE=";
sha256 = "sha256-NqOr2R61s4aUjHWI2QkyLpxUm/+c4vkAUg+UDduu3j4=";
};
nativeBuildInputs = [ cmake ];