Merge pull request #304896 from trofi/s2n-tls

s2n-tls: 1.4.11 -> 1.4.12
This commit is contained in:
Mario Rodas 2024-04-17 20:25:43 -05:00 committed by GitHub
commit 8697e2d5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];