Unverified Commit b1656cbd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

aws-crt-cpp: 0.19.8 -> 0.20.1
parents 13e85b2c b006d87c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [