3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #201580 from r-ryantm/auto-update/s2n-tls

s2n-tls: 1.3.27 -> 1.3.28
This commit is contained in:
Mario Rodas 2022-11-18 09:26:15 -05:00 committed by GitHub
commit 7edfbbbad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.27";
version = "1.3.28";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-y6YlSzLZXNL7GkP0SNXQgt16W2AohGaGjshNq9GoCtA=";
sha256 = "sha256-RkOP+et8wFb44NLqkizXB68U0NRKKvhDl4PyQWz2m6A=";
};
nativeBuildInputs = [ cmake ];