s2n-tls: 1.4.14 -> 1.4.16

This commit is contained in:
R. Ryantm 2024-06-15 21:02:03 +00:00
parent a77cad1352
commit 3a7ba63967

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.14";
version = "1.4.16";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-FEEjsJ5l87yuFDDzJPcAQ0O7OG6neK5PX+DMY5OIKJM=";
hash = "sha256-HkpOd05/5YIDsBm4L3hLuI0obm7uAwsV1dC2/e2f5aw=";
};
nativeBuildInputs = [ cmake ];