aws-c-http: 0.7.14 -> 0.8.1

Diff: https://github.com/awslabs/aws-c-http/compare/v0.7.14...v0.8.1
This commit is contained in:
Mario Rodas 2024-03-28 04:20:00 +00:00
parent bd9bdd84c6
commit 438a710dbb
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-http";
version = "0.7.14";
version = "0.8.1";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${version}";
sha256 = "sha256-HrNdePWNw/5tDBeybnUjK3LgftnGQ4CBXPG0URaxIeU=";
hash = "sha256-S5ETVkdGTndt2GJBNL4DU5SycHAufsmN06xBDRMFVKo=";
};
nativeBuildInputs = [