3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Sandro 2023-06-14 15:02:21 +02:00 committed by GitHub
commit 8f77c1bdf2
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.20.1";
version = "0.20.2";
outputs = [ "out" "dev" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "awslabs";
repo = "aws-crt-cpp";
rev = "v${version}";
sha256 = "sha256-RfuJGHPJGDlajaKL1b2b20wFK3x4Vn+IRo87ppMOtvE=";
sha256 = "sha256-6oRVAL4pn+1+/LqLijKiBV6fZy3k9fZySwMwYHB1aUY=";
};
patches = [