minio 2022-12-12T19-27-27Z -> 2023-01-02T09-40-09Z 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 found [golangModuleVersion] [golangModuleVersion] Found old vendorSha256 = sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw= [golangModuleVersion] Replaced vendorSha256 with sha256-KVJo7QL8NRbUV5dRD1+PVb6mQHXY/JPDEkc/71HP+lc= [golangModuleVersion] Finished updating vendorSha256 [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..98f70f3936c 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-02T09-40-09Z"; src = fetchFromGitHub { owner = "minio"; repo = "minio"; rev = "RELEASE.${version}"; - sha256 = "sha256-gHtWLCmjzaN1+7x5w9QKjF1pGNZB9mIun2KnvQyVnE4="; + sha256 = "sha256-Jys049B97eppaBhq8xvZ7OZKqFvt2/u0AbwaeLUQmN8="; }; - vendorSha256 = "sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw="; + vendorSha256 = "sha256-KVJo7QL8NRbUV5dRD1+PVb6mQHXY/JPDEkc/71HP+lc="; doCheck = false; Successfully finished processing cachix "/nix/store/1h0vxqj9k4h5l4kr6y0l4kckyid65hiw-minio-2023-01-02T09-40-09Z" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#minio --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/minio' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^