aws-crt-cpp: 0.20.2 -> 0.20.3

Diff: https://github.com/awslabs/aws-crt-cpp/compare/v0.20.2...v0.20.3
This commit is contained in:
Artturin 2023-07-16 01:02:24 +03:00
parent bed3cd45eb
commit 126943039a

View file

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "aws-crt-cpp";
version = "0.20.2";
version = "0.20.3";
outputs = [ "out" "dev" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "awslabs";
repo = "aws-crt-cpp";
rev = "v${version}";
sha256 = "sha256-6oRVAL4pn+1+/LqLijKiBV6fZy3k9fZySwMwYHB1aUY=";
sha256 = "sha256-70AchkuhuyumwpBYaj9mOVPJ8+6VSLTLtr3ghwqG3wM=";
};
patches = [