meshcentral: 1.1.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2022-12-23 03:24:50 +00:00
parent b10a520017
commit d4dc5b1fff
4 changed files with 1750 additions and 358 deletions

View File

@ -1,11 +1,11 @@
{ lib, fetchpatch, fetchzip, yarn2nix-moretea, nodejs-16_x, jq, dos2unix }:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.0";
version = "1.1.2";
src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.0.tgz";
sha256 = "1g7wgph35h8vi44yn4niv1jq2d8v9xrwps9k4bfjyd6470gg2sfc";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.2.tgz";
sha256 = "0fhmvh10wlf17fwxdclra06z1bq5bg6n53smzwni1v1h4967hhk3";
};
patches = [ ./fix-js-include-paths.patch ];

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.0",
"version": "1.1.2",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@ -98,7 +98,7 @@
"aedes": "0.39.0",
"mysql": "*",
"@mysql/xdevapi": "*",
"mongodb": "4.9.1",
"mongodb": "4.12.1",
"saslprep": "*",
"pg": "8.7.1",
"pgtools": "0.3.2",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff