Skip to content

Commit 366b94f

Browse files
committed
deno: fetch submodules in updater script
1 parent 3c6824b commit 366b94f

File tree

1 file changed

+1
-1
lines changed
  • pkgs/by-name/de/deno/update

1 file changed

+1
-1
lines changed

pkgs/by-name/de/deno/update/src.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface Replacer {
1616
const log = logger("src");
1717

1818
const prefetchHash = (nixpkgs: string, version: string) =>
19-
run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs]);
19+
run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs, "-S"]);
2020
const prefetchCargoHash = (nixpkgs: string) =>
2121
run(
2222
"nurl",

0 commit comments

Comments
 (0)