From 6e02e7a2f13dbc2d05dc0396247b62f152c246bc Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Thu, 12 Sep 2024 17:46:56 +0200 Subject: [PATCH] changed port serving git2nixsha api --- R/nix_hash.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/nix_hash.R b/R/nix_hash.R index cbde0211..3f758d6c 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:1506/hash?repo_url=", + "http://git2nixsha.dev:443/hash?repo_url=", repo_url, "&commit=", commit )