diff options
| author | soyouzpanda <soyouzpanda@soyouzpanda.fr> | 2025-12-23 13:46:40 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-01-17 13:35:13 +0000 |
| commit | 886e6276837a9e2120e59100276adc66c6166734 (patch) | |
| tree | 8ffca1562521268c90b35147d24f3b7e37bdbff7 | |
| parent | 4ed001c296789c9ceb619a19d7176612f4e19be3 (diff) | |
lasuite-docs-frontend: 4.1.0 -> 4.2.0
https://github.com/suitenumerique/docs/releases/tag/v4.2.0
https://github.com/suitenumerique/docs/compare/v4.1.0...v4.2.0
(cherry picked from commit ac57c05e28c8eeb5c0cd674c9964a194b2117c69)
| -rw-r--r-- | pkgs/by-name/la/lasuite-docs-frontend/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/la/lasuite-docs-frontend/package.nix b/pkgs/by-name/la/lasuite-docs-frontend/package.nix index c58deafdcac1..d250ae13ed21 100644 --- a/pkgs/by-name/la/lasuite-docs-frontend/package.nix +++ b/pkgs/by-name/la/lasuite-docs-frontend/package.nix @@ -12,20 +12,20 @@ stdenv.mkDerivation rec { pname = "lasuite-docs-frontend"; - version = "4.1.0"; + version = "4.2.0"; src = fetchFromGitHub { owner = "suitenumerique"; repo = "docs"; tag = "v${version}"; - hash = "sha256-vZkqHlZ1aDOXcrdyV8BXmI95AmMalXOuVLS9XWB/YxU="; + hash = "sha256-BQ2vJIEXS51dBkqdmKUuLB6hM8QRJW0zVDayYt8Pe+w="; }; sourceRoot = "source/src/frontend"; offlineCache = fetchYarnDeps { yarnLock = "${src}/src/frontend/yarn.lock"; - hash = "sha256-3yRKWIOPBRrOxBWUW3C5xFjb2dcA6c3cMOD8PZWjHNA="; + hash = "sha256-tttq1Tp6BZ30cJJgRBoHaBJesmqhkFNuk9tftitGNVw="; }; nativeBuildInputs = [ |
