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

aws-c-http: 0.6.24 -> 0.6.25
This commit is contained in:
Mario Rodas 2022-11-11 21:50:32 -05:00 committed by GitHub
commit a57575aadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-http";
version = "0.6.24";
version = "0.6.27";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${version}";
sha256 = "sha256-sY0R9Hn0keX4djkHVXszCCfdqa+rzokTe18e5YH0fqs=";
sha256 = "sha256-prDQemFMIt33fna44tAaKlnblO4t5UU0vS6qyJKgJxk=";
};
nativeBuildInputs = [