2022-12-12T04:06:20 aws-c-s3 0.2.0 -> 0.2.1 https://repology.org/metapackage/aws-c-s3/versions 2022-12-12T04:06:22 attrpath: aws-c-s3 2022-12-12T04:06:22 Checking auto update branch... 2022-12-12T04:06:22 No auto update branch exists 2022-12-12T04:06:26 [version] 2022-12-12T04:06:28 [version] updated version and sha256 2022-12-12T04:06:28 [rustCrateVersion] 2022-12-12T04:06:28 [rustCrateVersion] No cargoSha256 found 2022-12-12T04:06:28 [golangModuleVersion] 2022-12-12T04:06:28 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T04:06:28 [updateScript] 2022-12-12T04:06:28 [updateScript] skipping because derivation has no updateScript 2022-12-12T04:06:28 2022-12-12T04:06:28 [quotedUrls] 2022-12-12T04:06:28 [quotedUrls] nothing found to replace 2022-12-12T04:06:28 Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-s3/default.nix b/pkgs/development/libraries/aws-c-s3/default.nix index 19ad8053c19..ccb0b9b35cf 100644 --- a/pkgs/development/libraries/aws-c-s3/default.nix +++ b/pkgs/development/libraries/aws-c-s3/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "aws-c-s3"; - version = "0.2.0"; + version = "0.2.1"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; - sha256 = "sha256-tFweXB610Ua8+x05rg+rOqh9QPhXjpvvzGf8EVVIHks="; + sha256 = "sha256-PT6ivk6WsM27jaULJ5CBAojaO7rGxzs/cxv7aRf2nn8="; }; nativeBuildInputs = [ 2022-12-12T04:07:57 Successfully finished processing 2022-12-12T04:07:57 cachix "/nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1" 2022-12-12T04:12:11 [check][nixpkgs-review] 2022-12-12T04:57:14 [check][nixpkgs-review] took longer than 45m and timed out 2022-12-12T04:57:14 nixpkgs-review took longer than 45m and timed out 2022-12-12T04:57:17 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/aws-c-s3/versions. meta.description for aws-c-s3 is: "C99 library implementation for communicating with the S3 service" meta.homepage for aws-c-s3 is: "https://github.com/awslabs/aws-c-s3" meta.changelog for aws-c-s3 is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/awslabs/aws-c-s3/releases/tag/v0.2.1) - [Compare changes on GitHub](https://github.com/awslabs/aws-c-s3/compare/v0.2.0...v0.2.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.2.1 with grep in /nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1 - found 0.2.1 in filename of file in /nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1 ---
Rebuild report (if merged into master) (click to expand) ``` 343 total rebuild path(s) 343 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile appvm arrow-cpp arrow-glib aws-c-s3 aws-crt-cpp aws-sdk-cpp bundix cabal2nix cached-nix-shell cachix cloudcompare colmena common-updater-scripts crate2nix crystal2nix databricks-sql-cli dep2nix dydisnix easyocr entwine fusionInventory gdal gmt gnome.gnome-packagekit gnome.gnome-software gnome.simple-scan go2nix gplates grass harmonia haskellPackages.cabal2nix-unstable haskellPackages.cachix haskellPackages.hercules-ci-agent haskellPackages.hercules-ci-cli haskellPackages.hercules-ci-cnix-expr haskellPackages.hercules-ci-cnix-store haskellPackages.nix-paths haskellPackages.nix-serve-ng haskellPackages.nvfetcher haskellPackages.update-nix-fetchgit hci hercules-ci-agent home-assistant-component-tests.environment_canada home-manager hydra_unstable intensity-normalization libLAS libnixxml ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A aws-c-s3 https://github.com/r-ryantm/nixpkgs/archive/299a2ed8fcc72aa4baaee1a3af609b366ab05adc.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1 ls -la /nix/store/4frir58sk18lhvkwb7sx53aj7q7ipm9p-aws-c-s3-0.2.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @r-burns for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-12-12T04:57:19 https://api.github.com/repos/NixOS/nixpkgs/pulls/205716