s2n-tls: 1.4.16 -> 1.4.17

This commit is contained in:
R. Ryantm
2024-06-28 20:33:46 +00:00
parent c8201d6eef
commit 98e868a094
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.16";
version = "1.4.17";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-HkpOd05/5YIDsBm4L3hLuI0obm7uAwsV1dC2/e2f5aw=";
hash = "sha256-Go6p+6VidsoN7IMfBp7BMGnIcttaEA0q3CRAKDO5b+c=";
};
nativeBuildInputs = [ cmake ];