Skip to content

Commit

Permalink
Merge pull request #271 from b-rodrigues/update_default.nix
Browse files Browse the repository at this point in the history
Update default.nix
  • Loading branch information
philipp-baumann authored Jul 22, 2024
2 parents 04ecfe5 + 65af07b commit aaa20d0
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.8.0 on 2024-07-20
# This file was generated by the {rix} R package v0.8.0 on 2024-07-22
# with following call:
# >rix(r_ver = "976fa3369d722e76f37c77493d99829540d43845",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix/",
# > commit = "d24552683176651a2bc8bca58cf5fda8eece4313"),
# > commit = "e973b5a9a8af4aee63fffac06e79d60ec3855cbc"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE)
Expand All @@ -18,8 +18,8 @@ let
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/b-rodrigues/rix/";
rev = "d24552683176651a2bc8bca58cf5fda8eece4313";
sha256 = "sha256-ii9pfey4ngGYORE7QarUjxCZpzDcxHSwhGNp+2vYcDM=";
rev = "e973b5a9a8af4aee63fffac06e79d60ec3855cbc";
sha256 = "sha256-inRCYGHP/vsfiJKXHNLHndkh/Jm0riSGqbsgu/r44p8=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit aaa20d0

Please sign in to comment.