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-07-16 01:00:15 +0300
committerArtturin <Artturin@artturin.com>2023-07-16 02:45:39 +0300
commitde83ac7a3361f60aac0a7486fe81a18c0d3c7404 (patch)
tree385b78a5be438d3ccce1e5373bd6be7f02dba62e /pkgs/development/libraries/aws-c-http
parent8c58c7193d072fcd6895c7db6181f8827b5119bf (diff)
aws-c-http: 0.7.6 -> 0.7.11
Diff: https://github.com/awslabs/aws-c-http/compare/v0.7.6...v0.7.11
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 8cb2703147ef4..045f5f97a8064 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.6";
+  version = "0.7.11";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-http";
     rev = "v${version}";
-    sha256 = "sha256-pJGzGbIuz8UJkfmTQEZgXSOMuYixMezNZmgaRlcnmfg=";
+    sha256 = "sha256-gKuWhXxWHqTS66yANdKLsCZRk7jeDmyYMlme4WXT5Wc=";
   };
 
   nativeBuildInputs = [