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

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

s2n-tls: 1.3.34 -> 1.3.35
parents 8c6ad9ea 5a65223a
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.34";
  version = "1.3.36";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-CaVo2OxfB7ImMOgPuyvKQFbTeEm3PqD8CV96jUEZ8U0=";
    sha256 = "sha256-IL7+f+7Igvm7KeBpDwnIoIB8IUqg3JDEtLFQslBIENE=";
  };

  nativeBuildInputs = [ cmake ];