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

s2n-tls: 1.4.7 -> 1.4.8
This commit is contained in:
Mario Rodas 2024-03-21 07:30:45 -05:00 committed by GitHub
commit 085645f003
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.7"; version = "1.4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xaw6aU4Sdu5aOEtt1QeA/jzIe0/Re2Z6PUSIAHj2aSM="; hash = "sha256-fDofKp/WUPY4+1HUeBdRklInTS7Qndycnci4h3F/mLY=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];