Skip to content

Commit

Permalink
Merge pull request #324 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 Sep 24, 2024
2 parents 7dd702e + 7847a5b commit 7039fed
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.11.0 on 2024-09-20
# This file was generated by the {rix} R package v0.12.0 on 2024-09-24
# with following call:
# >rix(r_ver = "976fa3369d722e76f37c77493d99829540d43845",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/ropensci/rix/",
# > commit = "01af3da59eb768c3bf3f39b93aad43b2bd09ab2e"),
# > commit = "7dd702ea7eb42b1b25de1b50ed051650c2a3d006"),
# > 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 = "01af3da59eb768c3bf3f39b93aad43b2bd09ab2e";
sha256 = "sha256-snjVpmA5+g6SuccLgH1MdLXdwamyuonVmEQUendvOug=";
rev = "7dd702ea7eb42b1b25de1b50ed051650c2a3d006";
sha256 = "sha256-ALLwLhgK6TTxpnw2jjbDqwe9vw0avLEcL++Jn7+TxpU=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 7039fed

Please sign in to comment.