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

s2n-tls: 1.4.1 -> 1.4.2
This commit is contained in:
Mario Rodas
2024-01-28 08:12:32 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-Kq4jl/ss+Xf5/zv18QWuIyXZDyz8mk3av4mdRoQrvJY=";
hash = "sha256-Roc+em2inEBt/oQFZrfaZC1TMiQ7T79A5otAD+68ZA0=";
};
nativeBuildInputs = [ cmake ];