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

s2n-tls: 1.0.1 -> 1.0.16
This commit is contained in:
Ben Siraphob 2021-08-17 21:03:30 -05:00 committed by GitHub
commit ec199d2699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.0.1";
version = "1.0.16";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V/ZtO6t+Jxu/HmAEVzjkXuGWbZFwkGLsab1UCSG2tdk=";
sha256 = "sha256-gF4VhNEq/gpxXqOKvBtWZ5iZ3Jf98vSuSZYUu8r1jKA=";
};
nativeBuildInputs = [ cmake ];