2022-11-07T07:13:02 aws-c-io 0.13.5 -> 0.13.7 https://repology.org/metapackage/aws-c-io/versions 2022-11-07T07:13:04 attrpath: aws-c-io 2022-11-07T07:13:04 Checking auto update branch... 2022-11-07T07:13:04 No auto update branch exists 2022-11-07T07:13:05 Old version 0.13.5" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, aws-c-cal, aws-c-common, nix, s2n-tls, Security }: stdenv.mkDerivation rec { pname = "aws-c-io"; version = "0.13.6"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; sha256 = "sha256-axFhFGeJhfqb4zu5u9an0pgpVDe+OyT+7A5SlAs502I="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ aws-c-cal aws-c-common s2n-tls ]; propagatedBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ]; passthru.tests = { inherit nix; }; meta = with lib; { description = "AWS SDK for C module for IO and TLS"; homepage = "https://github.com/awslabs/aws-c-io"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ orivej ]; }; }