aws-c-http: 0.10.4 -> 0.11.0, aws-c-io: 0.22.0 -> 0.27.2 (#531504)

This commit is contained in:
Ryan Burns 2026-06-21 09:12:37 +00:00 committed by GitHub
commit 0581eceb62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "aws-c-http";
# nixpkgs-update: no auto update
version = "0.10.4";
version = "0.11.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${finalAttrs.version}";
hash = "sha256-t9PoxOjgV9qLris+C18SaEwXodBGcgK591LZl0dajxU=";
hash = "sha256-SCdZfGIIHU6f0OArygZm0yY0wE6Hdx/JWvHZcK1DQOw=";
};
nativeBuildInputs = [

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "aws-c-io";
# nixpkgs-update: no auto update
version = "0.22.0";
version = "0.27.2";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-io";
rev = "v${finalAttrs.version}";
hash = "sha256-NOEjXk4s/FV4CdmyXOr4Oh2y+pFNrUMP/Sy+X+fVQc4=";
hash = "sha256-0vzuSvJ/4you0YYnizjctKP5AcLm5sJieDOSCHwm1HM=";
};
nativeBuildInputs = [ cmake ];