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

s2n-tls: 1.3.37 -> 1.3.38
This commit is contained in:
Mario Rodas 2023-03-21 20:46:58 -05:00 committed by GitHub
commit 247564f234
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.37";
version = "1.3.39";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NqOr2R61s4aUjHWI2QkyLpxUm/+c4vkAUg+UDduu3j4=";
sha256 = "sha256-2vMEzHgwvcjHJZ4eloAWv1ioUXAatGfHT9OEclwKB3A=";
};
nativeBuildInputs = [ cmake ];