Skip to content

Commit

Permalink
s2n-tls: 1.5.9 -> 1.5.10 (#365940)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 18, 2024
2 parents aaddf62 + c48af16 commit afa10e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/s2/s2n-tls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.5.9";
version = "1.5.10";

src = fetchFromGitHub {
owner = "aws";
repo = "s2n-tls";
rev = "v${version}";
hash = "sha256-Ok/Dlh3Ew0Ow58diUKlIQelswQE3uXlBAGKDzpFaqqk=";
hash = "sha256-oIDWlWE9HE+Zrhei2D56U/dO1VEkbQg3VLrUIopg2oc=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit afa10e0

Please sign in to comment.