shogihome: 1.24.1 -> 1.24.2 (#428562)
Co-authored-by: kachick <kachick@users.noreply.github.com>
This commit is contained in:
@@ -22,16 +22,16 @@ let
|
||||
in
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "shogihome";
|
||||
version = "1.24.1";
|
||||
version = "1.24.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sunfish-shogi";
|
||||
repo = "shogihome";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-BVc/aQ9q+VfWWOJQgNEBNYpvYLsX6eiIwiKRhVkxmZ8=";
|
||||
hash = "sha256-nQ7BqFTLzGSq65nd8zGD2Y1wF4Qjt6iLkEYCA5SL4TY=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-9BsEEcdFYs9SSgL749Zhau34uieyOQry/g3wo/oW0DA=";
|
||||
npmDepsHash = "sha256-Qe9g0bOSLQBV8pVyi3WlG7qoAyJeR1sTOLLwW78Hark=";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace package.json \
|
||||
|
||||
Reference in New Issue
Block a user