Merge pull request #295998 from trofi/s2n-tls-update

s2n-tls: 1.4.6 -> 1.4.7
This commit is contained in:
Mario Rodas 2024-03-14 19:28:08 -05:00 committed by GitHub
commit a35733eb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];