Merge pull request #233742 from r-ryantm/auto-update/aws-crt-cpp

aws-crt-cpp: 0.19.8 -> 0.20.1
This commit is contained in:
Weijia Wang 2023-05-25 11:03:05 +03:00 committed by GitHub
commit b1656cbd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "aws-crt-cpp";
version = "0.19.8";
version = "0.20.1";
outputs = [ "out" "dev" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "awslabs";
repo = "aws-crt-cpp";
rev = "v${version}";
sha256 = "sha256-z/9ifBv4KbH5RiR1t1Dz8cCWZlHrMSyB8/w4pdTscw0=";
sha256 = "sha256-RfuJGHPJGDlajaKL1b2b20wFK3x4Vn+IRo87ppMOtvE=";
};
patches = [