Skip to content

Commit

Permalink
Merge pull request #311 from ropensci/update_default.nix
Browse files Browse the repository at this point in the history
- Update default.nix
  • Loading branch information
philipp-baumann authored Sep 19, 2024
2 parents c8be821 + 10bfaba commit 8c729a0
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 = "993e3f7fc37a3dc92e4467656c1c3a5df088815f"),
# > commit = "34d2279ff850d4be67e0ed366f7f99dbd54a3a92"),
# > 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 = "993e3f7fc37a3dc92e4467656c1c3a5df088815f";
sha256 = "sha256-u7AqVCohkGOwqNoqIdDqz2OJPeL10x0NElE1oJeP38E=";
rev = "34d2279ff850d4be67e0ed366f7f99dbd54a3a92";
sha256 = "sha256-LdhjngA1+tFWZok/Ncvx63lA8ItwYGxOm7Ws1uRm/eM=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 8c729a0

Please sign in to comment.