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

aws-c-io: 0.13.6 -> 0.13.8

authored by

Mario Rodas and committed by
GitHub
c9df18b6 56155c18

+2 -2
+2 -2
pkgs/development/libraries/aws-c-io/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "aws-c-io"; 5 - version = "0.13.6"; 5 + version = "0.13.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "awslabs"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-axFhFGeJhfqb4zu5u9an0pgpVDe+OyT+7A5SlAs502I="; 11 + sha256 = "sha256-G7FYWrpg4TLsfK6C3JCTWkZ65iu3+gF3To5qYgUAqb0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];