diff --git a/R/nix_hash.R b/R/nix_hash.R index 3f758d6c..9a07b520 100644 --- a/R/nix_hash.R +++ b/R/nix_hash.R @@ -209,7 +209,7 @@ nix_hash_online <- function(repo_url, commit) { h <- curl::new_handle(failonerror = TRUE) url <- paste0( - "http://git2nixsha.dev:443/hash?repo_url=", + "http://git2nixsha.dev/hash?repo_url=", repo_url, "&commit=", commit )