tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
deno: run deno fmt on update script
Mark Vainomaa
4 years ago
2ff27bbc
c5ab7812
+1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
web
deno
update
librusty_v8.ts
+1
-3
pkgs/development/web/deno/update/librusty_v8.ts
···
25
25
) =>
26
26
fetch(`https://github.com/${owner}/${repo}/raw/${version}/core/Cargo.toml`)
27
27
.then((res) => res.text())
28
28
-
.then((txt) =>
29
29
-
txt.match(genValueRegExp("v8", versionRegExp))?.shift()
30
30
-
);
28
28
+
.then((txt) => txt.match(genValueRegExp("v8", versionRegExp))?.shift());
31
29
32
30
const fetchArchShaTasks = (version: string, arches: Architecture[]) =>
33
31
arches.map(