tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lasuite-docs-frontend: 3.4.2 -> 3.6.0
quadradical.tngl.sh
4 months ago
c1127112
d4ea8f74
verified
This commit was signed with the committer's
known signature
.
quadradical.tngl.sh
SSH Key Fingerprint:
SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs=
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
la
lasuite-docs-frontend
package.nix
+3
-3
pkgs/by-name/la/lasuite-docs-frontend/package.nix
···
12
13
stdenv.mkDerivation rec {
14
pname = "lasuite-docs-frontend";
15
-
version = "3.4.2";
16
17
src = fetchFromGitHub {
18
owner = "suitenumerique";
19
repo = "docs";
20
tag = "v${version}";
21
-
hash = "sha256-uo49y+tJXdc8gfFIHSIEk0DEowMsHWA64IxlHpFHUTU=";
22
};
23
24
sourceRoot = "source/src/frontend";
25
26
offlineCache = fetchYarnDeps {
27
yarnLock = "${src}/src/frontend/yarn.lock";
28
-
hash = "sha256-07zsggGQFX/Wx/fxs1f0w01HHx7Z2BG5d3PIBlX2SVM=";
29
};
30
31
nativeBuildInputs = [
···
12
13
stdenv.mkDerivation rec {
14
pname = "lasuite-docs-frontend";
15
+
version = "3.6.0";
16
17
src = fetchFromGitHub {
18
owner = "suitenumerique";
19
repo = "docs";
20
tag = "v${version}";
21
+
hash = "sha256-8bD+rBEN0GEQz3tiPEQYmf/mpijPefFmQchGhYkVBVY=";
22
};
23
24
sourceRoot = "source/src/frontend";
25
26
offlineCache = fetchYarnDeps {
27
yarnLock = "${src}/src/frontend/yarn.lock";
28
+
hash = "sha256-b4JBjJUB1i9jYSy+RFkXKmq6rzp28xHLdPNSH0QO1Ek=";
29
};
30
31
nativeBuildInputs = [