Skip to content

shogihome: 1.25.0 -> 1.25.1#454967

Merged
nixpkgs-merge-bot[bot] merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/shogihome
Oct 23, 2025
Merged

shogihome: 1.25.0 -> 1.25.1#454967
nixpkgs-merge-bot[bot] merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/shogihome

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for shogihome is: Shogi frontend supporting USI engines

meta.homepage for shogihome is: https://sunfish-shogi.github.io/shogihome/

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.25.1 with grep in /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1
  • found 1.25.1 in filename of file in /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

shogihome
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached 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 shogihome https://github.com/r-ryantm/nixpkgs/archive/742b1d432c3659a0cb76d1ba316cb724b0f32977.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/742b1d432c3659a0cb76d1ba316cb724b0f32977#shogihome

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1
ls -la /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.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 result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 742b1d432c3659a0cb76d1ba316cb724b0f32977


x86_64-linux

✅ 1 package built:
  • shogihome

Maintainer pings

cc @kachick for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 23, 2025
@nix-owners nix-owners bot requested a review from kachick October 23, 2025 17:12
@nixpkgs-ci nixpkgs-ci bot added 9.needs: reviewer This PR currently has no reviewers requested and needs attention. and removed 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Oct 23, 2025
Copy link
Member

@kachick kachick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked on NixOS.

> /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1/bin/shogihome
[2025-10-24T02:16:03.867] [INFO] app - start main process: linux /nix/store/16rz0qg10hhn41qy4w2m8863qm28yx18-electron-unwrapped-37.6.1/libexec/electron/electron 788270
[2025-10-24T02:16:03.868] [INFO] app - app: electron-shogi 1.25.1
[2025-10-24T02:16:03.868] [INFO] app - process argv: /nix/store/16rz0qg10hhn41qy4w2m8863qm28yx18-electron-unwrapped-37.6.1/libexec/electron/electron /nix/store/8nfcp1qsxqhriwsi5549f7x4zivlmicp-shogihome-1.25.1/share/lib/shogihome/resources/app.asar --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true --inherit-argv0
[2025-10-24T02:16:03.944] [INFO] app - on will-finish-launching
[2025-10-24T02:16:03.953] [INFO] app - create BrowserWindow
[2025-10-24T02:16:04.005] [INFO] app - load app URL
[2025-10-24T02:16:04.202] [INFO] app - start renderer process: APP_VERSION=1.25.1
[2025-10-24T02:16:04.220] [INFO] app - set language: ja
[2025-10-24T02:16:04.223] [INFO] app - mount app
Image

However, failed on aarch64-darwin.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 454967
Commit: 742b1d432c3659a0cb76d1ba316cb724b0f32977


x86_64-linux

✅ 1 package built:
  • shogihome

aarch64-linux

✅ 1 package built:
  • shogihome

x86_64-darwin

✅ 1 package built:
  • shogihome

aarch64-darwin

❌ 1 package failed to build:
  • shogihome
> hydra-check shogihome --arch aarch64-darwin
Build Status for shogihome.aarch64-darwin on jobset nixpkgs/trunk
https://hydra.nixos.org/job/nixpkgs/trunk/shogihome.aarch64-darwin
✔              shogihome-1.25.0  2025-10-22  https://hydra.nixos.org/build/310743149
✔              shogihome-1.25.0  2025-10-11  https://hydra.nixos.org/build/310019735
✔              shogihome-1.25.0  2025-10-07  https://hydra.nixos.org/build/309178404
✔              shogihome-1.25.0  2025-10-01  https://hydra.nixos.org/build/308579020
✔              shogihome-1.25.0  2025-09-24  https://hydra.nixos.org/build/308242104
✔              shogihome-1.25.0  2025-09-12  https://hydra.nixos.org/build/307546710
✔              shogihome-1.24.3  2025-09-11  https://hydra.nixos.org/build/307292327
✔              shogihome-1.24.3  2025-09-04  https://hydra.nixos.org/build/306636447
✔              shogihome-1.24.3  2025-08-23  https://hydra.nixos.org/build/305953751
⏹ (Cancelled)  shogihome-1.24.3  2025-08-23  https://hydra.nixos.org/build/305536849

Copy link
Member

@kachick kachick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The failed log appears to be temporal one.

error: Cannot build '/nix/store/4dwgrncn8a10rxz15yvhcr41bzcfdaib-shogihome-1.25.1-npm-deps.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/81m55adi6fgq0r8spvijjwq35ypchr79-shogihome-1.25.1-npm-deps
       Last 12 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/qav04vwwac7zi3gfdknkwvplymnirp0m-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > Error: couldn't fetch node_modules/app-builder-bin at https://registry.npmjs.org/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz: unknown error
       >
       > Caused by:
       >     [23] Failed writing received data to disk/application
       For full logs, run:
         nix log /nix/store/4dwgrncn8a10rxz15yvhcr41bzcfdaib-shogihome-1.25.1-npm-deps.drv
error: Cannot build '/nix/store/ggi1y7wnkppqy4vg7r44wv5wl20ipyiw-shogihome-1.25.1.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/f5y5yjxcwifamgw39qm8y6lgq9yfbis2-shogihome-1.25.1
error: Cannot build '/nix/store/11lmkb32mkafmqgkc1p4fl2cnxr8rxbg-review-shell.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/3qms5axpprsl1zrzaik8xjlcn8bghspj-review-shell
1 package failed to build:
shogihome

error: build log of '/nix/store/ggi1y7wnkppqy4vg7r44wv5wl20ipyiw-shogihome-1.25.1.drv^*' is not available
error: build log of '/nix/store/f5y5yjxcwifamgw39qm8y6lgq9yfbis2-shogihome-1.25.1' is not available

When retried, the build completed.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 454967
Commit: 742b1d432c3659a0cb76d1ba316cb724b0f32977


aarch64-darwin

✅ 1 package built:
  • shogihome

@kachick
Copy link
Member

kachick commented Oct 23, 2025

@NixOS/nixpkgs-merge-bot merge

@nixpkgs-merge-bot nixpkgs-merge-bot bot added this pull request to the merge queue Oct 23, 2025
@nixpkgs-merge-bot
Copy link
Contributor

Enabled Auto Merge (#306934)

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Oct 23, 2025
Merged via the queue into NixOS:master with commit ab8100a Oct 23, 2025
32 checks passed
@kachick
Copy link
Member

kachick commented Oct 23, 2025

Electron apps often need backports, for example #447475.
I think backporting these updates ultimately reduces future manual updates.

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Oct 23, 2025

Successfully created backport PR for release-25.05:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Oct 23, 2025
@r-ryantm r-ryantm deleted the auto-update/shogihome branch October 24, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants