nadesiko3: 3.6.24 -> 3.6.44

This commit is contained in:
Donovan Glover 2025-02-02 07:43:42 -05:00
parent e24c9805af
commit 3ba4b1e1fe
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2366 additions and 1643 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "nadesiko3";
version = "3.6.24";
version = "3.6.44";
src = fetchurl {
url = "https://registry.npmjs.org/nadesiko3/-/nadesiko3-${version}.tgz";
hash = "sha256-GtguZH46n+/pq+byoZ0SbNYoqigUidrqZYcaEouawtA=";
hash = "sha256-LSS/ieeyOUc3Q1bEfVqdNei4rIeG9Wz67TmCsGtrojU=";
};
npmDepsHash = "sha256-qrhHSOLcUiPuBHUkqREpxQRH5iO6zXzJVrF1Za8dc4w=";
npmDepsHash = "sha256-PBwdfNYnIjoaqXCZ7J28usC3HNbiQDz/NoREMhGL5TE=";
postPatch = ''
ln -s ${../assets/nadesiko3-package-lock.json} package-lock.json