s2n-tls: 1.4.7 -> 1.4.8

Changes: https://github.com/aws/s2n-tls/releases/tag/v1.4.8
This commit is contained in:
Sergei Trofimovich 2024-03-20 22:59:13 +00:00
parent 2ef849500f
commit 72cfa3ac54
1 changed files with 2 additions and 2 deletions

View File

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