summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2026-01-17 17:08:15 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-01-17 17:07:58 +0000
commitdb35ea6a02b7124b8b4ee392c576327da9988d48 (patch)
tree03d3bb1fe21cd93b597f71961440009367caf607
parente0ff30e5a97f567ff56189a71b1e4273a8dacf65 (diff)
lasuite-docs: 4.2.0 -> 4.4.0
https://github.com/suitenumerique/docs/blob/v4.4.0/CHANGELOG.md (cherry picked from commit 65298275faefe6e3ccf5a05d73a6c872cefbbc80)
-rw-r--r--pkgs/by-name/la/lasuite-docs/package.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/la/lasuite-docs/package.nix b/pkgs/by-name/la/lasuite-docs/package.nix
index adb7060169d8..3be6d11eec1d 100644
--- a/pkgs/by-name/la/lasuite-docs/package.nix
+++ b/pkgs/by-name/la/lasuite-docs/package.nix
@@ -17,12 +17,12 @@ let
};
};
- version = "4.2.0";
+ version = "4.4.0";
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "docs";
tag = "v${version}";
- hash = "sha256-BQ2vJIEXS51dBkqdmKUuLB6hM8QRJW0zVDayYt8Pe+w=";
+ hash = "sha256-Cm/Ch7dBKInQYPFGfSlSMLgj8uQR6E3S+6gCFUyvFSU=";
};
mail-templates = stdenv.mkDerivation {
@@ -35,7 +35,7 @@ let
offlineCache = fetchYarnDeps {
yarnLock = "${src}/src/mail/yarn.lock";
- hash = "sha256-kwt4vSIiC8NNaKmygl2moV8ft02eB4ylPND4oe9tBUA=";
+ hash = "sha256-g71OGg0PAo60h0bC+oOyvLvPOCg0pYXuYD8vsR5X9/k=";
};
nativeBuildInputs = [
@@ -91,6 +91,7 @@ python.pkgs.buildPythonApplication rec {
factory-boy
gunicorn
jsonschema
+ langfuse
lxml
markdown
mozilla-django-oidc