Skip to content

Commit

Permalink
Merge pull request #248 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 bbf8034 + 60e5b59 commit b72e550
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 = "2eb8a15a46688c035be18217c011ec153fd21837"),
# > commit = "bbf80349165520906f2120800b19ed40099cea71"),
# > 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 = "2eb8a15a46688c035be18217c011ec153fd21837";
sha256 = "sha256-pcvnBAgqi4e1FKtS68uIKmfTBVQW9qewIllS4yyelfk=";
rev = "bbf80349165520906f2120800b19ed40099cea71";
sha256 = "sha256-l28BqtTrYPohrgZmAUzgvVy2WErIzjOBgEFLO062VoI=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit b72e550

Please sign in to comment.