nadesiko3: 3.6.7 -> 3.6.22

This commit is contained in:
Donovan Glover 2024-10-13 02:21:53 -04:00
parent dc54b90302
commit e47dbd0551
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2616 additions and 5439 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "nadesiko3";
version = "3.6.7";
version = "3.6.22";
src = fetchurl {
url = "https://registry.npmjs.org/nadesiko3/-/nadesiko3-${version}.tgz";
hash = "sha256-Y9kJErYwFgGCpL5uhXKOUmpheI2cwC4Rt5uHqoFIhTc=";
hash = "sha256-0I1FBs+4Za1n+E49R58NS8XZM1/JD1I7/QGHXpl39qM=";
};
npmDepsHash = "sha256-9HGoX+0xzw6ukrR4umCU+Gk9InmKgJ2CztASgD2kXdo=";
npmDepsHash = "sha256-odGCIHp+qr7S3BBam0yFIRzZr4RzrrtwhgydLVyRPuE=";
postPatch = ''
ln -s ${../assets/nadesiko3-package-lock.json} package-lock.json