Skip to content

Commit

Permalink
[Backport release-24.05] meshcentral: 1.1.27 -> 1.1.29 (#340822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Sep 9, 2024
2 parents f20a614 + 05bb1c5 commit bb41063
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 355 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/admin/meshcentral/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:

yarn2nix-moretea.mkYarnPackage {
version = "1.1.27";
version = "1.1.29";

src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.27.tgz";
sha256 = "1m9wsny6b2lwis2ppalmc9qzn3b8pblgv1cszqbaywb835ll516g";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.29.tgz";
sha256 = "0ghwcndv753n3xkhi93jv0k9s0ch553g5q6b39fiv78ixa1f4h57";
};

patches = [ ./fix-js-include-paths.patch ];
Expand All @@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {

offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-XQTHIFMxtb4G7gkksAU/oHajdNf0McFbubumW/8Gn1w=";
hash = "sha256-9fW6nZElij7P7rSS0xVxISpPpKdi9eOxQdmJ79jGSgw=";
};

# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
Expand Down
7 changes: 4 additions & 3 deletions pkgs/tools/admin/meshcentral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.27",
"version": "1.1.29",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
Expand Down Expand Up @@ -45,7 +45,7 @@
"cookie-session": "2.0.0",
"express": "4.19.2",
"express-handlebars": "5.3.5",
"express-ws": "4.0.0",
"express-ws": "5.0.2",
"ipcheck": "0.1.0",
"minimist": "1.2.8",
"multiparty": "4.2.3",
Expand Down Expand Up @@ -79,7 +79,7 @@
"cookie-session": "2.0.0",
"express": "4.19.2",
"express-handlebars": "5.3.5",
"express-ws": "4.0.0",
"express-ws": "5.0.2",
"ipcheck": "0.1.0",
"minimist": "1.2.8",
"multiparty": "4.2.3",
Expand Down Expand Up @@ -120,6 +120,7 @@
"archiver-zip-encrypted": "1.0.11",
"googleapis": "128.0.0",
"webdav": "4.11.3",
"minio": "8.0.1",
"wildleek": "2.0.0",
"yubikeyotp": "0.2.0",
"otplib": "10.2.3",
Expand Down
Loading

0 comments on commit bb41063

Please sign in to comment.