summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-06-22 02:05:57 +0300
committerGitHub <noreply@github.com>2024-06-22 02:05:57 +0300
commit1b1de8b52ba93f38a69d55c7f2ea78b04eecfc2f (patch)
treece3c6060cd48f9c3f12bbe8ec2a78f7306c469ac /pkgs/development/libraries
parent42a7330f432527f2a9ac87e59e293ef9478f8ede (diff)
parent3a7ba639678075148171c89ec438211e0b76528f (diff)
Merge pull request #320152 from r-ryantm/auto-update/s2n-tls
s2n-tls: 1.4.14 -> 1.4.16
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/s2n-tls/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/s2n-tls/default.nix b/pkgs/development/libraries/s2n-tls/default.nix
index 60e6eaf5b535..d4a440e587c1 100644
--- a/pkgs/development/libraries/s2n-tls/default.nix
+++ b/pkgs/development/libraries/s2n-tls/default.nix
@@ -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 ];