Commit 641fbd45 authored by R. RyanTM's avatar R. RyanTM
Browse files

s2n-tls: 1.3.25 -> 1.3.26

parent 34a23b02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "s2n-tls";
  version = "1.3.25";
  version = "1.3.26";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Ugchtv8c+nRFJk4ord7Q8Rqn0bsqJtLb+DV7u/MrCa0=";
    sha256 = "sha256-eVqiY/AomnKbN83hSB66EIuGD82Ilx+ybQtBMyX57WY=";
  };

  nativeBuildInputs = [ cmake ];