about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-http
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 01:21:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 01:21:52 +0000
commit11966c8ff4bfe1605ee3655198d19d336a0b28ab (patch)
treecc4aaff748601a269014dad11b30fedd6be3feef /pkgs/development/libraries/aws-c-http
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
aws-c-http: 0.6.7 -> 0.6.8
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 0bde86d674b8f..a577472605133 100644
--- a/pkgs/development/libraries/aws-c-http/default.nix
+++ b/pkgs/development/libraries/aws-c-http/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-http";
-  version = "0.6.7";
+  version = "0.6.8";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-http";
     rev = "v${version}";
-    sha256 = "1s06bz6w7355ldyhwjidcpbff7591ch4lwwjcj47a6k2kczdmiz4";
+    sha256 = "sha256-JqFvKoWW/2UV0jcR50QlD+LEPwQ4qwPoaPpioAuwf90=";
   };
 
   nativeBuildInputs = [