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

s2n-tls: 1.3.44 -> 1.3.45
This commit is contained in:
Mario Rodas 2023-06-04 20:02:22 -05:00 committed by GitHub
commit 63fcee94e5
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.44";
version = "1.3.45";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8YF9PhxTrXQBTUJvTrJZFDVijQecTeZ1ayGuvQRqGEE=";
sha256 = "sha256-ZipZXCwat3H0NoUX9T6XB7/qMRvViB2QrYpgj0U41nU=";
};
nativeBuildInputs = [ cmake ];