Skip to content

Commit

Permalink
🐛 Fix wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 3, 2024
1 parent 7007f61 commit f577e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/shells/symlinks/proxychains-symlinks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation {
name = "proxychains-symlinks";
src = (
fetchurl {
url = "https://raw.githubusercontent.com/haad/proxychains/refs/commit/02409fba797da68fa6a06c2c9290e8e43366fd8a/completions/zsh/_proxychains4";
url = "https://raw.githubusercontent.com/haad/proxychains/02409fba797da68fa6a06c2c9290e8e43366fd8a/completions/zsh/_proxychains4";
sha256 = "sha256-pvqN40tZiGzITgSJm6FpwlOuMx2oHn7OOU4uhyEF7Bo=";
}
);
Expand Down

0 comments on commit f577e7b

Please sign in to comment.