lasuite-docs: 3.4.1 -> 3.4.2 (#426422)

This commit is contained in:
Martin Weinelt
2025-07-27 21:21:26 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "lasuite-docs-collaboration-server";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "docs";
tag = "v${version}";
hash = "sha256-QAWwyFp9l+C0XfVu975zjiv61e/S2nYKkUSv4/p7gxw=";
hash = "sha256-uo49y+tJXdc8gfFIHSIEk0DEowMsHWA64IxlHpFHUTU=";
};
sourceRoot = "source/src/frontend";
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "lasuite-docs-frontend";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "docs";
tag = "v${version}";
hash = "sha256-QAWwyFp9l+C0XfVu975zjiv61e/S2nYKkUSv4/p7gxw=";
hash = "sha256-uo49y+tJXdc8gfFIHSIEk0DEowMsHWA64IxlHpFHUTU=";
};
sourceRoot = "source/src/frontend";
+2 -2
View File
@@ -24,14 +24,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "lasuite-docs";
version = "3.4.1";
version = "3.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "docs";
tag = "v${version}";
hash = "sha256-QAWwyFp9l+C0XfVu975zjiv61e/S2nYKkUSv4/p7gxw=";
hash = "sha256-uo49y+tJXdc8gfFIHSIEk0DEowMsHWA64IxlHpFHUTU=";
};
sourceRoot = "source/src/backend";