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

s2n-tls: 1.3.26 -> 1.3.27
This commit is contained in:
Mario Rodas
2022-11-06 09:56:22 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.26";
version = "1.3.27";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eVqiY/AomnKbN83hSB66EIuGD82Ilx+ybQtBMyX57WY=";
sha256 = "sha256-y6YlSzLZXNL7GkP0SNXQgt16W2AohGaGjshNq9GoCtA=";
};
nativeBuildInputs = [ cmake ];