Skip to content

Commit

Permalink
Merge pull request #320152 from r-ryantm/auto-update/s2n-tls
Browse files Browse the repository at this point in the history
s2n-tls: 1.4.14 -> 1.4.16
  • Loading branch information
Artturin committed Jun 21, 2024
2 parents 42a7330 + 3a7ba63 commit 1b1de8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/s2n-tls/default.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.4.14";
version = "1.4.16";

src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-FEEjsJ5l87yuFDDzJPcAQ0O7OG6neK5PX+DMY5OIKJM=";
hash = "sha256-HkpOd05/5YIDsBm4L3hLuI0obm7uAwsV1dC2/e2f5aw=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1b1de8b

Please sign in to comment.