2022-10-28T05:02:46 aws-c-s3 0.1.46 -> 0.1.50 https://repology.org/metapackage/aws-c-s3/versions 2022-10-28T05:02:48 attrpath: aws-c-s3 2022-10-28T05:02:48 Checking auto update branch... 2022-10-28T05:02:48 No auto update branch exists 2022-10-28T05:02:49 Old version 0.1.46" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , aws-c-auth , aws-c-cal , aws-c-common , aws-c-compression , aws-c-http , aws-c-io , aws-checksums , cmake , nix , s2n-tls }: stdenv.mkDerivation rec { pname = "aws-c-s3"; version = "0.1.50"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; sha256 = "sha256-LFp7GkqdVXjOeeVD/4gOUK5chWcUMiepGoDLoN2XUok="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ aws-c-auth aws-c-cal aws-c-common aws-c-compression aws-c-http aws-c-io aws-checksums s2n-tls ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ]; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 library implementation for communicating with the S3 service"; homepage = "https://github.com/awslabs/aws-c-s3"; license = licenses.asl20; maintainers = with maintainers; [ r-burns ]; mainProgram = "s3"; platforms = platforms.unix; }; } 2022-10-28T06:05:12 aws-c-s3 0.1.46 -> 0.1.50 https://repology.org/metapackage/aws-c-s3/versions 2022-10-28T06:05:15 attrpath: aws-c-s3 2022-10-28T06:05:15 Checking auto update branch... 2022-10-28T06:05:15 No auto update branch exists 2022-10-28T06:05:15 Old version 0.1.46" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , aws-c-auth , aws-c-cal , aws-c-common , aws-c-compression , aws-c-http , aws-c-io , aws-checksums , cmake , nix , s2n-tls }: stdenv.mkDerivation rec { pname = "aws-c-s3"; version = "0.1.50"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; sha256 = "sha256-LFp7GkqdVXjOeeVD/4gOUK5chWcUMiepGoDLoN2XUok="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ aws-c-auth aws-c-cal aws-c-common aws-c-compression aws-c-http aws-c-io aws-checksums s2n-tls ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ]; passthru.tests = { inherit nix; }; meta = with lib; { description = "C99 library implementation for communicating with the S3 service"; homepage = "https://github.com/awslabs/aws-c-s3"; license = licenses.asl20; maintainers = with maintainers; [ r-burns ]; mainProgram = "s3"; platforms = platforms.unix; }; }