lasuite-docs-frontend: 3.4.2 -> 3.6.0

quadradical.tngl.sh c1127112 d4ea8f74

verified
+3 -3
+3 -3
pkgs/by-name/la/lasuite-docs-frontend/package.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "lasuite-docs-frontend"; 15 - version = "3.4.2"; 15 + version = "3.6.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "suitenumerique"; 19 19 repo = "docs"; 20 20 tag = "v${version}"; 21 - hash = "sha256-uo49y+tJXdc8gfFIHSIEk0DEowMsHWA64IxlHpFHUTU="; 21 + hash = "sha256-8bD+rBEN0GEQz3tiPEQYmf/mpijPefFmQchGhYkVBVY="; 22 22 }; 23 23 24 24 sourceRoot = "source/src/frontend"; 25 25 26 26 offlineCache = fetchYarnDeps { 27 27 yarnLock = "${src}/src/frontend/yarn.lock"; 28 - hash = "sha256-07zsggGQFX/Wx/fxs1f0w01HHx7Z2BG5d3PIBlX2SVM="; 28 + hash = "sha256-b4JBjJUB1i9jYSy+RFkXKmq6rzp28xHLdPNSH0QO1Ek="; 29 29 }; 30 30 31 31 nativeBuildInputs = [