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

s2n-tls: 1.3.45 -> 1.3.46
This commit is contained in:
Mario Rodas
2023-06-27 21:50:18 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.45";
version = "1.3.46";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZipZXCwat3H0NoUX9T6XB7/qMRvViB2QrYpgj0U41nU=";
sha256 = "sha256-X+ZwM53ensCeUoxNa8cBO4KcWxWbb7iKxIRysImvKxw=";
};
nativeBuildInputs = [ cmake ];