aws-*: update (#443152)

This commit is contained in:
Philip Taron
2025-09-17 14:42:29 +02:00
committed by GitHub
6 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-auth";
# nixpkgs-update: no auto update
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
hash = "sha256-HzDUINTmgjW7rNEe+5iwZBv6ayxNKmGAJy+Lg4tp1t0=";
tag = "v${version}";
hash = "sha256-8oQTTqBuEzhBUWqXHVYrGtaX44SmB2sJQZchiweHekM=";
};
nativeBuildInputs = [
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-event-stream";
# nixpkgs-update: no auto update
version = "0.5.5";
version = "0.5.7";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-event-stream";
rev = "v${version}";
hash = "sha256-wVjpDKKwoksq5gFtvhH76c7ciP0XmMozhkWmzY6GwgU=";
hash = "sha256-JvjUrIj1bh5WZEzkauLSLIolxrT8CKIMjO7p1c35XZI=";
};
nativeBuildInputs = [ cmake ];
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-io";
# nixpkgs-update: no auto update
version = "0.21.2";
version = "0.22.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-io";
rev = "v${version}";
hash = "sha256-QNf4TJIqtypDliiu6I72CbgjyJhdS9Uuim9tZOb3SJs=";
hash = "sha256-NOEjXk4s/FV4CdmyXOr4Oh2y+pFNrUMP/Sy+X+fVQc4=";
};
nativeBuildInputs = [ cmake ];
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-s3";
# nixpkgs-update: no auto update
version = "0.8.6";
version = "0.8.7";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-s3";
rev = "v${version}";
hash = "sha256-g2w1igjv0N0o6+bewypJm2coHTvhYN2v8usdMN7TBI4=";
hash = "sha256-8yUwgiZ50BiItapeg0zIc5vr0+OFHvzIRrwWH4lQFBM=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "aws-crt-cpp";
# nixpkgs-update: no auto update
version = "0.33.1";
version = "0.34.3";
outputs = [
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "awslabs";
repo = "aws-crt-cpp";
rev = "v${version}";
sha256 = "sha256-C8KWe5+CXujD8nN3gLkjaaMld15sat/ohwEKhyWELKI=";
sha256 = "sha256-jKmIsWAzxnfsNgHavR6crhIQXVJq/PbQgaj4KVGrMP0=";
};
postPatch = ''
+2 -2
View File
@@ -35,13 +35,13 @@ in
stdenv.mkDerivation rec {
pname = "aws-sdk-cpp";
# nixpkgs-update: no auto update
version = "1.11.612";
version = "1.11.647";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sdk-cpp";
rev = version;
hash = "sha256-W4eKgUvN2NLYEOO47HTJYJpEmyn10gNK29RIrvoXkek=";
hash = "sha256-RJKR0xw3HTNItaLGyYCjibmfK3UBDA4hfAZzQ0xYg9U=";
};
postPatch = ''