s2n-tls: 1.4.11 -> 1.4.12

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.4.12
This commit is contained in:
Sergei Trofimovich 2024-04-17 22:07:23 +01:00
parent 4a6511fb98
commit 1bfce042b9

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.11";
version = "1.4.12";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-S062Vjmyr02/FEfWoCHwS/Z86SExjNIo79N0noSVgE0=";
hash = "sha256-gOCnRuJ1YM+SkrOJ/5TGANl442e7Umh3HK5DFNLJi/A=";
};
nativeBuildInputs = [ cmake ];