2022-11-14T05:08:12 aws-c-http 0.6.24 -> 0.6.27 https://repology.org/metapackage/aws-c-http/versions 2022-11-14T05:08:15 attrpath: aws-c-http 2022-11-14T05:08:15 Checking auto update branch... 2022-11-14T05:08:15 No auto update branch exists 2022-11-14T05:08:15 Old version 0.6.24" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , aws-c-cal , aws-c-common , aws-c-compression , aws-c-io , cmake , nix , s2n-tls }: stdenv.mkDerivation rec { pname = "aws-c-http"; version = "0.6.27"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; sha256 = "sha256-prDQemFMIt33fna44tAaKlnblO4t5UU0vS6qyJKgJxk="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ aws-c-cal aws-c-common aws-c-compression aws-c-io s2n-tls ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ]; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 implementation of the HTTP/1.1 and HTTP/2 specifications"; homepage = "https://github.com/awslabs/aws-c-http"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ r-burns ]; }; } 2022-11-14T06:09:29 aws-c-http 0.6.24 -> 0.6.27 https://repology.org/metapackage/aws-c-http/versions 2022-11-14T06:09:31 attrpath: aws-c-http 2022-11-14T06:09:31 Checking auto update branch... 2022-11-14T06:09:31 No auto update branch exists 2022-11-14T06:09:32 Old version 0.6.24" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , aws-c-cal , aws-c-common , aws-c-compression , aws-c-io , cmake , nix , s2n-tls }: stdenv.mkDerivation rec { pname = "aws-c-http"; version = "0.6.27"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; sha256 = "sha256-prDQemFMIt33fna44tAaKlnblO4t5UU0vS6qyJKgJxk="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ aws-c-cal aws-c-common aws-c-compression aws-c-io s2n-tls ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ]; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 implementation of the HTTP/1.1 and HTTP/2 specifications"; homepage = "https://github.com/awslabs/aws-c-http"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ r-burns ]; }; }