meshcentral: 1.1.58 -> 1.2.0

ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.2.0
(cherry picked from commit 63c34c34dc)
This commit is contained in:
Maximilian Bosch 2026-06-19 14:46:46 +02:00 committed by github-actions[bot]
commit 7c37401dff
2 changed files with 2968 additions and 3715 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,16 +7,16 @@
buildNpmPackage (finalAttrs: {
pname = "meshcentral";
version = "1.1.59";
version = "1.2.0";
src = fetchFromGitHub {
owner = "Ylianst";
repo = "MeshCentral";
tag = finalAttrs.version;
hash = "sha256-qfiIofwFOXHzxnqyJyXCgwMqBhONjBiU/5YLOE7u4n8=";
hash = "sha256-a+vqNjmKP866O2t+UsedpgYtWFbjeoYNtuCziAa436A=";
};
npmDepsHash = "sha256-UYPx3OIeT1HUgyjY743F/DTwsfIRTlsQLJxK99LbA/k=";
npmDepsHash = "sha256-ZnSpqw4pn6OI8Gh9qLseTLH24jtj1zPGfHiMlUX+l/s=";
# Using the npmDeps with a newer nodejs causes `npm ci` errors, also upstream
# states they stick to the LTS version of nodejs:
# https://meshcentral.com/docs/MeshCentral2InstallGuide.pdf