Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 12, 2024
2 parents 326d69c + b37d31c commit 5974848
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.9.0 on 2024-09-12
# This file was generated by the {rix} R package v0.10.0 on 2024-09-12
# with following call:
# >rix(r_ver = "976fa3369d722e76f37c77493d99829540d43845",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/ropensci/rix/",
# > commit = "678450fb870f9c2423a7ec1ad8a00fffb5fff3b9"),
# > commit = "0decd41c14285725509fb63a5cd464be73c787e6"),
# > 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 = "678450fb870f9c2423a7ec1ad8a00fffb5fff3b9";
sha256 = "sha256-fK2WEgXPdCdjHVmayGbBjNFR0+g+q+igG6zsCR3JMBs=";
rev = "0decd41c14285725509fb63a5cd464be73c787e6";
sha256 = "sha256-m+pCAPn2jTQR76UanpMI/EhQSPweoaF+qjCRj/3yiag=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down Expand Up @@ -51,4 +51,4 @@ pkgs.mkShell {

buildInputs = [ git_archive_pkgs system_packages ];

}
}

0 comments on commit 5974848

Please sign in to comment.