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

aws-c-http: 0.8.1 -> 0.8.2

authored by Sandro and committed by GitHub 0bec13bd 7eb52048

+2 -2
+2 -2
pkgs/development/libraries/aws-c-http/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "aws-c-http"; 14 - version = "0.8.1"; 15 16 src = fetchFromGitHub { 17 owner = "awslabs"; 18 repo = "aws-c-http"; 19 rev = "v${version}"; 20 - hash = "sha256-S5ETVkdGTndt2GJBNL4DU5SycHAufsmN06xBDRMFVKo="; 21 }; 22 23 nativeBuildInputs = [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "aws-c-http"; 14 + version = "0.8.2"; 15 16 src = fetchFromGitHub { 17 owner = "awslabs"; 18 repo = "aws-c-http"; 19 rev = "v${version}"; 20 + hash = "sha256-86auAZGoaYIpoTVlB9uC+nKMNt1QRNor+/68B5D36r8="; 21 }; 22 23 nativeBuildInputs = [