Skip to content

Commit

Permalink
Merge pull request #251 from b-rodrigues/update_default.nix
Browse files Browse the repository at this point in the history
Update default.nix
  • Loading branch information
b-rodrigues authored Jul 11, 2024
2 parents 5aa17b7 + 8b5cc41 commit ac1255c
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 ac1255c

Please sign in to comment.