We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6824b commit 366b94fCopy full SHA for 366b94f
pkgs/by-name/de/deno/update/src.ts
@@ -16,7 +16,7 @@ interface Replacer {
16
const log = logger("src");
17
18
const prefetchHash = (nixpkgs: string, version: string) =>
19
- run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs]);
+ run("nurl", ["https://github.com/denoland/deno", version, "-H", "-n", nixpkgs, "-S"]);
20
const prefetchCargoHash = (nixpkgs: string) =>
21
run(
22
"nurl",
0 commit comments