Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored and github-actions[bot] committed Jul 11, 2024
1 parent 5aa17b7 commit 8b5cc41
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 @@ -4,7 +4,7 @@
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix/",
# > branch_name = "master",
# > commit = "bbf80349165520906f2120800b19ed40099cea71"),
# > commit = "5aa17b72716350c269cc6b2e70473b631bbaa3b7"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE)
Expand All @@ -20,8 +20,8 @@ let
src = pkgs.fetchgit {
url = "https://github.com/b-rodrigues/rix/";
branchName = "master";
rev = "bbf80349165520906f2120800b19ed40099cea71";
sha256 = "sha256-l28BqtTrYPohrgZmAUzgvVy2WErIzjOBgEFLO062VoI=";
rev = "5aa17b72716350c269cc6b2e70473b631bbaa3b7";
sha256 = "sha256-yaWL71Ls0O0E9JkUEqBRecgfjD0X8MZ/fKOGXt77JOE=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 8b5cc41

Please sign in to comment.