Unverified Commit c1ce16e4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

s2n-tls: 1.3.42 -> 1.3.43
parents 4cdf91c8 0f1a8bbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "s2n-tls";
  version = "1.3.42";
  version = "1.3.43";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-rk9LIliZnMr/uF+JgXzpXwqFno8WSNhb5BoCeeUlUlU=";
    sha256 = "sha256-o2e2AWCQ4IGDfdQ6zvAddKs40/BENj1Xbrw8IKNytCw=";
  };

  nativeBuildInputs = [ cmake ];