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

View File

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