Merge pull request #143523 from r-ryantm/auto-update/aws-c-http

aws-c-http: 0.6.7 -> 0.6.8

authored by

Ryan Burns and committed by
GitHub
4921ee11 df3634bc

+2 -2
+2 -2
pkgs/development/libraries/aws-c-http/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "aws-c-http"; 13 - version = "0.6.7"; 14 15 src = fetchFromGitHub { 16 owner = "awslabs"; 17 repo = "aws-c-http"; 18 rev = "v${version}"; 19 - sha256 = "1s06bz6w7355ldyhwjidcpbff7591ch4lwwjcj47a6k2kczdmiz4"; 20 }; 21 22 nativeBuildInputs = [
··· 10 11 stdenv.mkDerivation rec { 12 pname = "aws-c-http"; 13 + version = "0.6.8"; 14 15 src = fetchFromGitHub { 16 owner = "awslabs"; 17 repo = "aws-c-http"; 18 rev = "v${version}"; 19 + sha256 = "sha256-JqFvKoWW/2UV0jcR50QlD+LEPwQ4qwPoaPpioAuwf90="; 20 }; 21 22 nativeBuildInputs = [