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

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

s2n-tls: 1.3.39 -> 1.3.42
parents 51a6a276 3fd3fdd7
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.39";
  version = "1.3.42";

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

  nativeBuildInputs = [ cmake ];