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

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

s2n-tls: 1.3.36 -> 1.3.37
parents 8455a101 3824ca44
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.36";
  version = "1.3.37";

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

  nativeBuildInputs = [ cmake ];