Skip to content

Commit

Permalink
updated default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 12, 2024
1 parent 678450f commit 0decd41
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-07-30
# This file was generated by the {rix} R package v0.9.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 = "99d40737d09a407c2c935437cc5c3d89bdea326a"),
# > commit = "678450fb870f9c2423a7ec1ad8a00fffb5fff3b9"),
# > 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 = "99d40737d09a407c2c935437cc5c3d89bdea326a";
sha256 = "sha256-lrPgKOXfMvjvEso/8JZmVQ3Bd/FMjIVh7mMVsIMOs0k=";
rev = "678450fb870f9c2423a7ec1ad8a00fffb5fff3b9";
sha256 = "sha256-fK2WEgXPdCdjHVmayGbBjNFR0+g+q+igG6zsCR3JMBs=";
};
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 0decd41

Please sign in to comment.