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

This commit is contained in:
Sandro 2023-01-01 23:22:44 +01:00 committed by GitHub
commit 727e84a1ca
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.27";
version = "0.6.28";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${version}";
sha256 = "sha256-prDQemFMIt33fna44tAaKlnblO4t5UU0vS6qyJKgJxk=";
sha256 = "sha256-Yl6+66UHUAQweFh/ziftWQKElamN1Mc9mZCdtFhRKXc=";
};
nativeBuildInputs = [