Skip to content

Commit

Permalink
meshcentral: 1.1.31 -> 1.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 1, 2024
1 parent c2294a5 commit 6fc2184
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 211 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.31";
version = "1.1.32";

src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.31.tgz";
sha256 = "1gqfrc8jmhf14mylrrpk58b53s3hxs1fkbj245lhpc50xb206gi0";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.32.tgz";
sha256 = "1faf1f4rkk3164fhh3bp6h4sbkgaq1x8swdsvnhwy0fqckzkcwms";
};

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

offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-hE2zoo/94Qpfvv/g7MO8sYhmXjtq5wC5Kvyyg1CqiXk=";
hash = "sha256-e+qzA0u4OywlcHpxLnoZQc2h35M65/GKu8mYs6+1I5c=";
};

# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
Expand Down
2 changes: 1 addition & 1 deletion 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.31",
"version": "1.1.32",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
Expand Down
Loading

0 comments on commit 6fc2184

Please sign in to comment.