3
0
Fork 0
forked from mirrors/nixpkgs

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

aws-c-io: 0.13.6 -> 0.13.8
This commit is contained in:
Mario Rodas 2022-11-11 09:04:55 -05:00 committed by GitHub
commit c9df18b6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-io";
version = "0.13.6";
version = "0.13.9";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-axFhFGeJhfqb4zu5u9an0pgpVDe+OyT+7A5SlAs502I=";
sha256 = "sha256-G7FYWrpg4TLsfK6C3JCTWkZ65iu3+gF3To5qYgUAqb0=";
};
nativeBuildInputs = [ cmake ];