shogihome: 1.24.2 -> 1.24.3 (#430813)

Co-authored-by: kachick <kachick@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-04 03:33:10 +00:00 committed by GitHub
commit fdb16e643c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,16 +22,16 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "shogihome";
version = "1.24.2";
version = "1.24.3";
src = fetchFromGitHub {
owner = "sunfish-shogi";
repo = "shogihome";
tag = "v${finalAttrs.version}";
hash = "sha256-nQ7BqFTLzGSq65nd8zGD2Y1wF4Qjt6iLkEYCA5SL4TY=";
hash = "sha256-q0d+SKCLtT/gv9mrx0o8qIdWYVwNM2x8/LfRsG4J4rw=";
};
npmDepsHash = "sha256-Qe9g0bOSLQBV8pVyi3WlG7qoAyJeR1sTOLLwW78Hark=";
npmDepsHash = "sha256-mCECqh2iRVD4lsCWYdf15VMuaH8dqpDfWWs/6q4H6Lo=";
postPatch = ''
substituteInPlace package.json \