mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
meshcentral: 1.1.44 -> 1.1.45
This commit is contained in:
parent
6ed432a97e
commit
ae1eeae643
3 changed files with 713 additions and 688 deletions
|
@ -8,11 +8,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
yarn2nix-moretea.mkYarnPackage {
|
yarn2nix-moretea.mkYarnPackage {
|
||||||
version = "1.1.44";
|
version = "1.1.45";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.44.tgz";
|
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.45.tgz";
|
||||||
sha256 = "1rjn608czjn0f066wgakdzkz73wx0lrinrqs83j44h49qfqwxkl3";
|
sha256 = "1dwn0xaqa5f2wzlc3xygwww0pv9dkvxax8a5ysy08d9zsnpy61ra";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -24,7 +24,7 @@ yarn2nix-moretea.mkYarnPackage {
|
||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = ./yarn.lock;
|
yarnLock = ./yarn.lock;
|
||||||
hash = "sha256-WltJXI9hd2OIRuPrqjDoCsa6/zjRGydPYCeiVxZIcS8=";
|
hash = "sha256-mH8R2KMN1rSbRkKPUV5BhnL7VjAN8m8O5stg+s9Zye8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
|
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "1.1.44",
|
"version": "1.1.45",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Device Management",
|
"Remote Device Management",
|
||||||
"Remote Device Monitoring",
|
"Remote Device Monitoring",
|
||||||
|
@ -97,13 +97,12 @@
|
||||||
"ldapauth-fork": "5.0.5",
|
"ldapauth-fork": "5.0.5",
|
||||||
"ssh2": "1.16.0",
|
"ssh2": "1.16.0",
|
||||||
"svg-captcha": "1.4.0",
|
"svg-captcha": "1.4.0",
|
||||||
"image-size": "1.1.1",
|
"image-size": "2.0.2",
|
||||||
"acme-client": "4.2.5",
|
"acme-client": "4.2.5",
|
||||||
"aedes": "0.39.0",
|
"aedes": "0.39.0",
|
||||||
"mysql2": "3.11.4",
|
"mysql2": "3.11.4",
|
||||||
"@mysql/xdevapi": "8.0.33",
|
"@mysql/xdevapi": "8.0.33",
|
||||||
"mongodb": "4.13.0",
|
"mongodb": "4.17.2",
|
||||||
"saslprep": "1.0.3",
|
|
||||||
"pg": "8.14.1",
|
"pg": "8.14.1",
|
||||||
"mariadb": "3.4.0",
|
"mariadb": "3.4.0",
|
||||||
"acebase": "1.29.5",
|
"acebase": "1.29.5",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue