mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
deno: run deno fmt on update script
This commit is contained in:
parent
c5ab781203
commit
2ff27bbc8e
@ -25,9 +25,7 @@ const getLibrustyV8Version = async (
|
|||||||
) =>
|
) =>
|
||||||
fetch(`https://github.com/${owner}/${repo}/raw/${version}/core/Cargo.toml`)
|
fetch(`https://github.com/${owner}/${repo}/raw/${version}/core/Cargo.toml`)
|
||||||
.then((res) => res.text())
|
.then((res) => res.text())
|
||||||
.then((txt) =>
|
.then((txt) => txt.match(genValueRegExp("v8", versionRegExp))?.shift());
|
||||||
txt.match(genValueRegExp("v8", versionRegExp))?.shift()
|
|
||||||
);
|
|
||||||
|
|
||||||
const fetchArchShaTasks = (version: string, arches: Architecture[]) =>
|
const fetchArchShaTasks = (version: string, arches: Architecture[]) =>
|
||||||
arches.map(
|
arches.map(
|
||||||
|
Loading…
Reference in New Issue
Block a user