2022-12-30T20:35:09 minio_legacy_fs 2022-10-24T18-35-07Z -> 2022-12-12T19-27-27Z https://github.com/minio/minio/releases 2022-12-30T20:35:11 attrpath: minio_legacy_fs 2022-12-30T20:35:11 Checking auto update branch... 2022-12-30T20:35:11 No auto update branch exists 2022-12-30T20:35:15 [version] 2022-12-30T20:35:15 [version] generic version rewriter does not support multiple hashes 2022-12-30T20:35:15 [rustCrateVersion] 2022-12-30T20:35:15 [rustCrateVersion] No cargoSha256 found 2022-12-30T20:35:15 [golangModuleVersion] 2022-12-30T20:35:18 [golangModuleVersion] Found old vendorSha256 = sha256-wB3UiuptT6D0CIUlHC1d5k0rjIxNeh5yAWOmYpyLGmA= 2022-12-30T20:35:38 [golangModuleVersion] Replaced vendorSha256 with sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw= 2022-12-30T20:35:44 [golangModuleVersion] Finished updating vendorSha256 2022-12-30T20:35:44 [updateScript] 2022-12-30T20:35:44 [updateScript] skipping because derivation has no updateScript 2022-12-30T20:35:44 2022-12-30T20:35:44 [quotedUrls] 2022-12-30T20:35:44 [quotedUrls] nothing found to replace 2022-12-30T20:35:44 Diff after rewrites: diff --git a/pkgs/servers/minio/legacy_fs.nix b/pkgs/servers/minio/legacy_fs.nix index 13c29ac6e39..c513f0e860b 100644 --- a/pkgs/servers/minio/legacy_fs.nix +++ b/pkgs/servers/minio/legacy_fs.nix @@ -15,16 +15,16 @@ let in buildGoModule rec { pname = "minio"; - version = "2022-10-24T18-35-07Z"; + version = "2022-12-12T19-27-27Z"; src = fetchFromGitHub { owner = "minio"; repo = "minio"; rev = "RELEASE.${version}"; - sha256 = "sha256-sABNzhyfBNU5pWyE/VWHUzuSyKsx0glj01ectJPakV8="; + sha256 = "sha256-gHtWLCmjzaN1+7x5w9QKjF1pGNZB9mIun2KnvQyVnE4="; }; - vendorSha256 = "sha256-wB3UiuptT6D0CIUlHC1d5k0rjIxNeh5yAWOmYpyLGmA="; + vendorSha256 = "sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw="; doCheck = false; 2022-12-30T20:37:11 Successfully finished processing 2022-12-30T20:37:11 cachix "/nix/store/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z" 2022-12-30T20:37:15 [check][nixpkgs-review] 2022-12-30T20:40:02 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-30T20:40:05 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_legacy_fs is: "An S3-compatible object storage server" meta.homepage for minio_legacy_fs is: "https://www.minio.io/" meta.changelog for minio_legacy_fs is: "https://github.com/minio/minio/releases/tag/RELEASE.2022-12-12T19-27-27Z" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/minio/minio/releases/tag/RELEASE.2022-12-12T19-27-27Z) - [Compare changes on GitHub](https://github.com/minio/minio/compare/RELEASE.2022-10-24T18-35-07Z...RELEASE.2022-12-12T19-27-27Z) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2022-12-12T19-27-27Z with grep in /nix/store/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z - found 2022-12-12T19-27-27Z in filename of file in /nix/store/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath minio_legacy_fs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z \ --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_legacy_fs https://github.com/r-ryantm/nixpkgs/archive/f4a23be8e27487d559cceb585f73af5a484ae20a.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/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z ls -la /nix/store/zvbd7891973s02wa550ay0b263w36r8l-minio-2022-12-12T19-27-27Z/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### 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). 2022-12-30T20:40:07 https://api.github.com/repos/NixOS/nixpkgs/pulls/208404