Skip to content

Commit

Permalink
Updated inst/extdata/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Robot committed Oct 2, 2024
1 parent 356d6a6 commit e72f324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# >rix(r_ver = "976fa3369d722e76f37c77493d99829540d43845",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/ropensci/rix/",
# > commit = "0d28163f217fa36ccf910ac9af0456838ca0e4b8"),
# > commit = "356d6a632088da8a840cc6412b6ac8068c5e369c"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE)
Expand All @@ -18,8 +18,8 @@ let
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/ropensci/rix/";
rev = "0d28163f217fa36ccf910ac9af0456838ca0e4b8";
sha256 = "sha256-IpZSIyNub+U9vh1mqHiC3WxcmqoUadkblxdjLeTLmp4=";
rev = "356d6a632088da8a840cc6412b6ac8068c5e369c";
sha256 = "sha256-dHvdxI71tvcl/SoJ44x7Oir/IsKE4t4YJErIfVXeeeY=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit e72f324

Please sign in to comment.