2022-11-07T05:02:54 aws-c-s3 0.1.50 -> 0.1.51 https://repology.org/metapackage/aws-c-s3/versions 2022-11-07T05:02:56 attrpath: aws-c-s3 2022-11-07T05:02:57 Checking auto update branch... 2022-11-07T05:02:57 No auto update branch exists 2022-11-07T05:02:57 Old version 0.1.50" 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.51"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; sha256 = "sha256-10SDOl0XoALdSxJWHDLDkvX7rArUQKXjjXfAECFy/Vw="; }; 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-11-07T06:05:57 aws-c-s3 0.1.50 -> 0.1.51 https://repology.org/metapackage/aws-c-s3/versions 2022-11-07T06:05:59 attrpath: aws-c-s3 2022-11-07T06:05:59 Checking auto update branch... 2022-11-07T06:05:59 No auto update branch exists 2022-11-07T06:06:00 Old version 0.1.50" 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.51"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; sha256 = "sha256-10SDOl0XoALdSxJWHDLDkvX7rArUQKXjjXfAECFy/Vw="; }; 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; }; }