From 5523a91540fbbd36eb80669e9534600b78ee16b4 Mon Sep 17 00:00:00 2001 From: CI Robot Date: Thu, 15 Jan 2026 12:01:52 +0000 Subject: [PATCH] Updated inst/extdata/default.nix --- inst/extdata/default.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/inst/extdata/default.nix b/inst/extdata/default.nix index 26920291..7ebfa568 100644 --- a/inst/extdata/default.nix +++ b/inst/extdata/default.nix @@ -1,9 +1,9 @@ -# This file was generated by the {rix} R package v0.17.2 on 2025-09-11 +# This file was generated by the {rix} R package v0.17.3 on 2026-01-15 # with following call: # >rix(date = "2025-04-29", # > git_pkgs = list(list(package_name = "rix", # > repo_url = "https://github.com/ropensci/rix/", -# > commit = "2213ee545640f44951d0bd71b9317df2463599d3"), +# > commit = "4a278c73a4cfd4a01dc2a50380a284bb0a782f18"), # > list(package_name = "rixpress", # > repo_url = "https://github.com/b-rodrigues/rixpress/", # > commit = "93cda39228e5539530e4dea61f3092e32b426f54")), @@ -20,10 +20,9 @@ let rix = (pkgs.rPackages.buildRPackage { name = "rix"; - src = pkgs.fetchgit { + src = builtins.fetchGit { url = "https://github.com/ropensci/rix/"; - rev = "2213ee545640f44951d0bd71b9317df2463599d3"; - sha256 = "sha256-KuwztCi5GO/NyRVJu1m4hD0uNrBUmdpo3HrGY2bhrB0="; + rev = "4a278c73a4cfd4a01dc2a50380a284bb0a782f18"; }; propagatedBuildInputs = builtins.attrValues { inherit (pkgs.rPackages) @@ -36,10 +35,9 @@ let rixpress = (pkgs.rPackages.buildRPackage { name = "rixpress"; - src = pkgs.fetchgit { + src = builtins.fetchGit { url = "https://github.com/b-rodrigues/rixpress/"; rev = "93cda39228e5539530e4dea61f3092e32b426f54"; - sha256 = "sha256-ZegyVnsgwBgSgdW73xupD5Il5Ejjo4G6fh3A7WhAlhc="; }; propagatedBuildInputs = builtins.attrValues { inherit (pkgs.rPackages) @@ -65,7 +63,7 @@ let LC_PAPER = "en_US.UTF-8"; LC_MEASUREMENT = "en_US.UTF-8"; - buildInputs = [ rix rixpress pkgs.rPackages.usethis system_packages ]; + buildInputs = [ rix rixpress system_packages ]; }; in