minio 2022-12-12T19-27-27Z -> 2023-01-18T04-36-38Z https://github.com/minio/minio/releases attrpath: minio Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw= [golangModuleVersion] Replaced vendorHash with sha256-+m/zzT+w05f4xboZ+yYsVWP8bG8Z0W+UlXefSB1b5Po= [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/minio/default.nix b/pkgs/servers/minio/default.nix index c513f0e860b..3e61b500a42 100644 --- a/pkgs/servers/minio/default.nix +++ b/pkgs/servers/minio/default.nix @@ -15,16 +15,16 @@ let in buildGoModule rec { pname = "minio"; - version = "2022-12-12T19-27-27Z"; + version = "2023-01-18T04-36-38Z"; src = fetchFromGitHub { owner = "minio"; repo = "minio"; rev = "RELEASE.${version}"; - sha256 = "sha256-gHtWLCmjzaN1+7x5w9QKjF1pGNZB9mIun2KnvQyVnE4="; + sha256 = "sha256-2MCaC6rgeNNjm7KRv/FsOCBCkERqUaoCQH76y2S8YTU="; }; - vendorSha256 = "sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw="; + vendorHash = "sha256-+m/zzT+w05f4xboZ+yYsVWP8bG8Z0W+UlXefSB1b5Po="; doCheck = false; Successfully finished processing cachix "/nix/store/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/minio/minio/releases. meta.description for minio is: An S3-compatible object storage server meta.homepage for minio is: https://www.minio.io/ meta.changelog for minio is: https://github.com/minio/minio/releases/tag/RELEASE.2023-01-18T04-36-38Z ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-18T04-36-38Z) - [Compare changes on GitHub](https://github.com/minio/minio/compare/RELEASE.2022-12-12T19-27-27Z...RELEASE.2023-01-18T04-36-38Z) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2023-01-18T04-36-38Z with grep in /nix/store/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z - found 2023-01-18T04-36-38Z in filename of file in /nix/store/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z ---
Rebuild report (if merged into master) (click to expand) ``` 172 total rebuild path(s) 172 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib cloudcompare databricks-sql-cli easyocr entwine gdal gmt gplates grass haskellPackages.hgdal home-assistant-component-tests.environment_canada intensity-normalization libLAS mapcache mapnik mapproxy mapserver merkaartor minio mysql-workbench napari openai openai-whisper openorienteering-mapper paraview parquet-tools pdal perl534Packages.Tirex perl536Packages.Tirex postgresql11Packages.postgis postgresql12Packages.postgis postgresql13Packages.postgis postgresql14Packages.postgis postgresql15Packages.postgis postgresqlPackages.postgis python310Packages.apache-beam python310Packages.aplpy python310Packages.asf-search python310Packages.autofaiss python310Packages.batchgenerators python310Packages.boxx python310Packages.bpycv python310Packages.bsuite python310Packages.caffe python310Packages.caffeWithCuda python310Packages.cartopy python310Packages.casa-formats-io ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z \ --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 minio https://github.com/r-ryantm/nixpkgs/archive/dd43a864fd6b83e0b048d71f1a6fd52aad7ef81f.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/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z ls -la /nix/store/fnmnpww64wy710nm4d65ikwqfy6l1m78-minio-2023-01-18T04-36-38Z/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 @edolstra @bachp 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/211846