meshcentral: 1.1.50 -> 1.1.51

ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.51
This commit is contained in:
Maximilian Bosch
2025-09-24 21:35:57 +02:00
parent bd9861062c
commit b4bfe4a9c6
3 changed files with 577 additions and 552 deletions

View File

@@ -8,11 +8,11 @@
}:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.50";
version = "1.1.51";
src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.50.tgz";
sha256 = "1irjwypaygjf08y6p78dgfvmqd69i12bdm2zs87mkyq8igh8m8ph";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.51.tgz";
sha256 = "1l3x1rhcw38pg0rh27qyfg2dm5biwnyzicdd6l07c3km4x6xi5pr";
};
patches = [
@@ -24,7 +24,7 @@ yarn2nix-moretea.mkYarnPackage {
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-rSkbrbI+AgBszwIRA30AfMK5hx/vvhx0MsDFHYMu7nQ=";
hash = "sha256-jmsRlHJgSrUtXwRcfX+tMH4SmrKVtD7gEK1+oW5mYIs=";
};
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.50",
"version": "1.1.51",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@@ -73,7 +73,7 @@
"jwt-simple": "*",
"openid-client": "5.7.1",
"passport-saml": "*",
"@duosecurity/duo_universal": "*",
"@duosecurity/duo_universal": "2.1.0",
"archiver": "7.0.1",
"body-parser": "1.20.3",
"cbor": "5.2.0",

File diff suppressed because it is too large Load Diff