diff options
| author | Ryan Burns <rtburns@protonmail.com> | 2021-11-20 16:18:49 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-30 04:52:47 +0000 |
| commit | 7d75970813580c7a660de28130b49d037d82f5b6 (patch) | |
| tree | a13f486c56cc8174027b4d3b734877b666c62846 | |
| parent | aws-c-common: 0.6.14 -> 0.6.17 (diff) | |
| download | nixpkgs-7d75970813580c7a660de28130b49d037d82f5b6.tar.gz | |
aws-c-http: 0.6.8 -> 0.6.10
(cherry picked from commit ea80624cdc9e5d1718f4d53ade4abdb6aa7d2367)
| -rw-r--r-- | pkgs/development/libraries/aws-c-http/default.nix | 4 |
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 a57747260513..a25231ee8831 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.8"; + version = "0.6.10"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; - sha256 = "sha256-JqFvKoWW/2UV0jcR50QlD+LEPwQ4qwPoaPpioAuwf90="; + sha256 = "sha256-R+teEKSQjSFYt3+XXvooAy4GJwN4yzEhJtiuknBZIgU="; }; nativeBuildInputs = [ |
