lasuite-meet: 1.15.0 -> 1.17.0 (#526822)

This commit is contained in:
Ramses
2026-06-06 04:45:53 +00:00
committed by GitHub
4 changed files with 5 additions and 2118 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ buildNpmPackage (finalAttrs: {
npmDeps = fetchNpmDeps {
inherit (finalAttrs) version src sourceRoot;
hash = "sha256-LDH8aR+FSiIFYMDaQ3wNYAzv6VpHtH5X+DMHGBhPkm0=";
hash = "sha256-Dd0wqssmLBfHkOHI5aactLnCPG4JxPLhNC+eo//QRXM=";
};
npmBuildScript = "build";
+1 -7
View File
@@ -11,24 +11,18 @@ buildNpmPackage (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/src/mail";
# TODO: Remove package-lock.json patch when
# https://github.com/suitenumerique/meet/pull/1321 is merged.
postPatch = ''
substituteInPlace bin/html-to-plain-text bin/mjml-to-html \
--replace-fail \
'../backend/core/templates/mail' \
'${placeholder "out"}'
cp ${./package-lock.json} package-lock.json
'';
npmDeps = fetchNpmDeps {
pname = "${finalAttrs.pname}-npm-deps";
inherit version src;
inherit (finalAttrs) sourceRoot;
hash = "sha256-jjLzgGqCsMu6Smyfaam6coqOM9UW2zG88adSPVrWPEE=";
postPatch = "cp ${./package-lock.json} package-lock.json";
hash = "sha256-dvOmSQjtw7Qv3H+flOcXDaIxQzf9YBmsQo7jmSTA7tI=";
};
npmBuildScript = "build";
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -6,13 +6,13 @@
python3,
}:
let
version = "1.15.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "meet";
tag = "v${version}";
hash = "sha256-18DcrrEvqWR6caEVZYxQlSnKcxItEpNE+bMhtS4Aa0M=";
hash = "sha256-hmkJwFYTBTbYsroegaRp/dcaNmeyPQ0Rbh/D1PGbh04=";
};
meta = {
@@ -85,6 +85,7 @@ python.pkgs.buildPythonApplication (finalAttrs: {
markdown
mozilla-django-oidc
nested-multipart-parser
phonenumbers
psycopg
pydantic
pyjwt