Skip to content

Commit

Permalink
Merge pull request #407 from ropensci/update_default.nix
Browse files Browse the repository at this point in the history
Update default.nix
  • Loading branch information
b-rodrigues authored Feb 6, 2025
2 parents fe3c4f8 + 825eb9a commit 6ee7e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file was generated by the {rix} R package v0.14.6 on 2025-02-05
# This file was generated by the {rix} R package v0.14.7 on 2025-02-06
# with following call:
# >rix(date = "2025-01-27",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/ropensci/rix/",
# > commit = "72aa473e21ff7f77f0e6dd01e15edf7656ef921e"),
# > commit = "fe3c4f8bdbe4c6789f888709aa64cc048ee9b509"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE,
Expand All @@ -19,8 +19,8 @@ let
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/ropensci/rix/";
rev = "72aa473e21ff7f77f0e6dd01e15edf7656ef921e";
sha256 = "sha256-1HBrTqX7TaLjjPrAJGESn2Z6fqH1LMXl6RWl5AZdhyM=";
rev = "fe3c4f8bdbe4c6789f888709aa64cc048ee9b509";
sha256 = "sha256-VgpKH/H45SmRxXI3TKdaWlMjrC5wC7uG1vzvNOGcEA4=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 6ee7e6b

Please sign in to comment.