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

aws-c-http: 0.8.1 -> 0.8.2
This commit is contained in:
Sandro 2024-06-13 18:59:37 +02:00 committed by GitHub
commit 0bec13bd58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-http";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${version}";
hash = "sha256-S5ETVkdGTndt2GJBNL4DU5SycHAufsmN06xBDRMFVKo=";
hash = "sha256-86auAZGoaYIpoTVlB9uC+nKMNt1QRNor+/68B5D36r8=";
};
nativeBuildInputs = [