lol

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

aws-crt-cpp: 0.19.8 -> 0.20.1

authored by

Weijia Wang and committed by
GitHub
b1656cbd 13e85b2c

+2 -2
+2 -2
pkgs/development/libraries/aws-crt-cpp/default.nix
··· 17 18 stdenv.mkDerivation rec { 19 pname = "aws-crt-cpp"; 20 - version = "0.19.8"; 21 22 outputs = [ "out" "dev" ]; 23 ··· 25 owner = "awslabs"; 26 repo = "aws-crt-cpp"; 27 rev = "v${version}"; 28 - sha256 = "sha256-z/9ifBv4KbH5RiR1t1Dz8cCWZlHrMSyB8/w4pdTscw0="; 29 }; 30 31 patches = [
··· 17 18 stdenv.mkDerivation rec { 19 pname = "aws-crt-cpp"; 20 + version = "0.20.1"; 21 22 outputs = [ "out" "dev" ]; 23 ··· 25 owner = "awslabs"; 26 repo = "aws-crt-cpp"; 27 rev = "v${version}"; 28 + sha256 = "sha256-RfuJGHPJGDlajaKL1b2b20wFK3x4Vn+IRo87ppMOtvE="; 29 }; 30 31 patches = [