about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-http
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-11-13 16:49:36 +0200
committerArtturin <Artturin@artturin.com>2023-12-02 01:14:50 +0200
commit294f728064d12135c8179baf91c1f0573a565d4c (patch)
treefe2a1a43b7a43742849d803ae610ecf794d6bf4b /pkgs/development/libraries/aws-c-http
parent1951d2f98b99fbaa3f3b1f494de4bceb214ef136 (diff)
aws-c-http: 0.7.11 -> 0.7.14
Diff: https://github.com/awslabs/aws-c-http/compare/v0.7.11...v0.7.14
Diffstat (limited to 'pkgs/development/libraries/aws-c-http')
-rw-r--r--pkgs/development/libraries/aws-c-http/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-http/default.nix b/pkgs/development/libraries/aws-c-http/default.nix
index 045f5f97a8064..52d3507b55706 100644
--- a/pkgs/development/libraries/aws-c-http/default.nix
+++ b/pkgs/development/libraries/aws-c-http/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-http";
-  version = "0.7.11";
+  version = "0.7.14";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-http";
     rev = "v${version}";
-    sha256 = "sha256-gKuWhXxWHqTS66yANdKLsCZRk7jeDmyYMlme4WXT5Wc=";
+    sha256 = "sha256-HrNdePWNw/5tDBeybnUjK3LgftnGQ4CBXPG0URaxIeU=";
   };
 
   nativeBuildInputs = [