aws-c-s3 0.4.0 -> 0.5.0 https://repology.org/project/aws-c-s3/versions attrpath: aws-c-s3 Checking auto update branch... An auto update branch exists with message `aws-c-s3: 0.4.0 -> 0.4.10`. New version is 0.5.0. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-s3/default.nix b/pkgs/development/libraries/aws-c-s3/default.nix index b3051916fbb8..ec4a25706f84 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.4.0"; + version = "0.5.0"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; - sha256 = "sha256-tb9h78Gd4N11DPB2ETq241lvDQqHIy2HYBsJrBlLpxA="; + sha256 = "sha256-r1Mi6s0dld29ZObLtwsAtBJMBBiPVIbrUsY3QSJdlbY="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/y7vsvbxpkn66kbq04vwc5wz7lh3sxw26-aws-c-s3-0.5.0" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/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 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/awslabs/aws-c-s3/releases/tag/v0.5.0) - [Compare changes on GitHub](https://github.com/awslabs/aws-c-s3/compare/v0.4.0...v0.5.0) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 0.5.0 in filename of file in /nix/store/y7vsvbxpkn66kbq04vwc5wz7lh3sxw26-aws-c-s3-0.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 734 total rebuild path(s) 734 package rebuild(s) First fifty rebuilds by attrpath activitywatch adafruit-nrfutil akkoma-frontends.admin-fe akkoma-frontends.akkoma-fe alice-lg anki ansible-language-server antennas antora apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile appvm archivebox ariang arrow-cpp arrow-glib arrpc assemblyscript audiobookshelf authelia authy aw-server-rust aws-azure-login aws-c-s3 aws-crt-cpp aws-sdk-cpp balanceofsatoshis balena-cli behave bibtex-tidy bilibili bitwarden bitwarden-cli bitwarden-directory-connector-cli botamusique browsr bruno btc-rpc-explorer bundix cabal2nix cached-nix-shell cachix camunda-modeler carbon-now-cli carto castnow cdxgen ceph ceph-client ceph-csi ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/y7vsvbxpkn66kbq04vwc5wz7lh3sxw26-aws-c-s3-0.5.0 \ --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/bd25d7df33444a354435b07ac3edb9df062717ba.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bd25d7df33444a354435b07ac3edb9df062717ba#aws-c-s3 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/y7vsvbxpkn66kbq04vwc5wz7lh3sxw26-aws-c-s3-0.5.0 ls -la /nix/store/y7vsvbxpkn66kbq04vwc5wz7lh3sxw26-aws-c-s3-0.5.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/284306