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

s2n-tls: 1.4.8 -> 1.4.9
This commit is contained in:
Mario Rodas 2024-04-03 22:44:49 -05:00 committed by GitHub
commit dc7edb6093
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.8";
version = "1.4.9";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-fDofKp/WUPY4+1HUeBdRklInTS7Qndycnci4h3F/mLY=";
hash = "sha256-YH35+kCvPjeBYMMJi7YdAGk/ds3YPm5SSKpoWfbCI3M=";
};
nativeBuildInputs = [ cmake ];