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

Merge pull request #262530 from trofi/s2n-tls-update

s2n-tls: 1.3.54 -> 1.3.55
parents 58bd80df 38451d36
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.54";
  version = "1.3.55";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-e0kK4IbjpclH3rYkGskcno6CqJXDoq0NsTTC++VOErk=";
    hash = "sha256-d/h6vBqef4pE/6cb1bQboIXAAMRxdAALKHUVW07jOlE=";
  };

  nativeBuildInputs = [ cmake ];