Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

deno: fix update script dependency

nix-prefetch-url comes with nix and isn't a package on it's own

+1 -1
+1 -1
pkgs/development/web/deno/update/update.ts
··· 1 1 #!/usr/bin/env nix-shell 2 2 /* 3 - #!nix-shell -i "deno run --allow-net --allow-run --allow-read --allow-write" -p deno git nix-prefetch nix-prefetch-url 3 + #!nix-shell -i "deno run --allow-net --allow-run --allow-read --allow-write" -p deno git nix-prefetch 4 4 */ 5 5 import { 6 6 commit,