s2n-tls: 1.3.55 -> 1.3.56

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.3.56
This commit is contained in:
Sergei Trofimovich 2023-11-05 08:15:19 +00:00
parent 2c3155e94d
commit e0721d88e8

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.55";
version = "1.3.56";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-d/h6vBqef4pE/6cb1bQboIXAAMRxdAALKHUVW07jOlE=";
hash = "sha256-VS/85qu0Dc3HSeD0DYm2f4ur+ZRPhb1Srf7BeK7Pdfk=";
};
nativeBuildInputs = [ cmake ];