Skip to content

Commit 5a7c51e

Browse files
authored
Merge pull request #422 from ropensci/update_default.nix
Update default.nix
2 parents 6b31879 + a2240a2 commit 5a7c51e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inst/extdata/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# This file was generated by the {rix} R package v0.15.0 on 2025-02-15
1+
# This file was generated by the {rix} R package v0.15.1 on 2025-02-15
22
# with following call:
33
# >rix(date = "2025-01-27",
44
# > git_pkgs = list(package_name = "rix",
55
# > repo_url = "https://github.com/ropensci/rix/",
6-
# > commit = "2a32544e49f5899d192cd6f8c07fe5ede4c3b777"),
6+
# > commit = "6b318795cbc51ce6d9d2dea714bec6bdde04e649"),
77
# > ide = "none",
88
# > project_path = "inst/extdata",
99
# > overwrite = TRUE,
@@ -19,8 +19,8 @@ let
1919
name = "rix";
2020
src = pkgs.fetchgit {
2121
url = "https://github.com/ropensci/rix/";
22-
rev = "2a32544e49f5899d192cd6f8c07fe5ede4c3b777";
23-
sha256 = "sha256-UvKbnh+YYIdW9gsGAwc7Z54ZFfMBhUel/VlpjCoGLAs=";
22+
rev = "6b318795cbc51ce6d9d2dea714bec6bdde04e649";
23+
sha256 = "sha256-DWS/ws4O4L1vlAfIghmPmww4hoXxURYk/N6Hj4rqKl8=";
2424
};
2525
propagatedBuildInputs = builtins.attrValues {
2626
inherit (pkgs.rPackages)

0 commit comments

Comments
 (0)