2022-11-07T05:03:36 aws-c-http 0.6.22 -> 0.6.24 https://repology.org/metapackage/aws-c-http/versions 2022-11-07T05:03:38 attrpath: aws-c-http 2022-11-07T05:03:38 Checking auto update branch... 2022-11-07T05:03:38 No auto update branch exists 2022-11-07T05:03:39 Old version 0.6.22" 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.24"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; sha256 = "sha256-sY0R9Hn0keX4djkHVXszCCfdqa+rzokTe18e5YH0fqs="; }; 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-07T06:06:23 aws-c-http 0.6.22 -> 0.6.24 https://repology.org/metapackage/aws-c-http/versions 2022-11-07T06:06:26 attrpath: aws-c-http 2022-11-07T06:06:26 Checking auto update branch... 2022-11-07T06:06:26 No auto update branch exists 2022-11-07T06:06:26 Old version 0.6.22" 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.24"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; sha256 = "sha256-sY0R9Hn0keX4djkHVXszCCfdqa+rzokTe18e5YH0fqs="; }; 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 ]; }; }