2022-10-28T05:28:11 aws-c-io 0.13.3 -> 0.13.5 https://repology.org/metapackage/aws-c-io/versions 2022-10-28T05:28:14 attrpath: aws-c-io 2022-10-28T05:28:14 Checking auto update branch... 2022-10-28T05:28:14 No auto update branch exists 2022-10-28T05:28:14 Old version 0.13.3" 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.5"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; sha256 = "sha256-7qNJMIG+bshtapm7uj+8ECSN9j0Bd1famSXp+i+67Uw="; }; 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 ]; }; } 2022-10-28T06:26:07 aws-c-io 0.13.3 -> 0.13.5 https://repology.org/metapackage/aws-c-io/versions 2022-10-28T06:26:10 attrpath: aws-c-io 2022-10-28T06:26:10 Checking auto update branch... 2022-10-28T06:26:10 No auto update branch exists 2022-10-28T06:26:11 Old version 0.13.3" 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.5"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; sha256 = "sha256-7qNJMIG+bshtapm7uj+8ECSN9j0Bd1famSXp+i+67Uw="; }; 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 ]; }; }