mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
meshcentral: 1.1.20 -> 1.1.21
ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.21
This commit is contained in:
parent
12af34720f
commit
af65d8c5b3
@ -7,11 +7,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
yarn2nix-moretea.mkYarnPackage {
|
yarn2nix-moretea.mkYarnPackage {
|
||||||
version = "1.1.20";
|
version = "1.1.21";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.20.tgz";
|
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.21.tgz";
|
||||||
sha256 = "1iykx1lrsd09z3jbykspjgibsbpcgrw5b60dmpzcc1i4fr0zpnz9";
|
sha256 = "0iwapln36dxa17hbl38vb3hmx6ijckf0psmf16mri4iq3x3749r9";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-js-include-paths.patch ];
|
patches = [ ./fix-js-include-paths.patch ];
|
||||||
@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {
|
|||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = ./yarn.lock;
|
yarnLock = ./yarn.lock;
|
||||||
hash = "sha256-zLbD0UhCRQNTka1WUjDuZLseS1PMURQSPFEa0SvwS7E=";
|
hash = "sha256-uh1lU4AMU/uogwkmkGUkoIeIHGkm/qmIPL3xMKWyDmA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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.20",
|
"version": "1.1.21",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Device Management",
|
"Remote Device Management",
|
||||||
"Remote Device Monitoring",
|
"Remote Device Monitoring",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user