s2n-tls: 1.4.6 -> 1.4.7

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.4.7
This commit is contained in:
Sergei Trofimovich 2024-03-14 22:00:42 +00:00
parent c160165e60
commit ae14246d19
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-x4/AkmkmuTKxzlk8AxbydA4GctpShsKiFTTJ8m7B4TY=";
hash = "sha256-xaw6aU4Sdu5aOEtt1QeA/jzIe0/Re2Z6PUSIAHj2aSM=";
};
nativeBuildInputs = [ cmake ];