s2n-tls: 1.4.17 -> 1.5.1

This commit is contained in:
R. Ryantm 2024-08-22 09:47:50 +00:00
parent 625941e1a9
commit fc1e11ff29

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.17";
version = "1.5.1";
src = fetchFromGitHub {
owner = "aws";
repo = "s2n-tls";
rev = "v${version}";
hash = "sha256-Go6p+6VidsoN7IMfBp7BMGnIcttaEA0q3CRAKDO5b+c=";
hash = "sha256-BHDMYOHidwF6ssqSnpokXc/OwGrQNoUVb0/ubwhyiDM=";
};
nativeBuildInputs = [ cmake ];