Merge pull request #202161 from r-ryantm/auto-update/aws-c-io

aws-c-io: 0.13.9 -> 0.13.11
This commit is contained in:
Mario Rodas
2022-11-21 09:13:26 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-io";
version = "0.13.9";
version = "0.13.11";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-G7FYWrpg4TLsfK6C3JCTWkZ65iu3+gF3To5qYgUAqb0=";
sha256 = "sha256-3HNfEZ/PMHLhPp7boYyY/x5wXN9Eg+G1400q1riG2oI=";
};
nativeBuildInputs = [ cmake ];