Skip to content

Commit

Permalink
Pin R-4.2.1 in the nix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Dec 19, 2023
1 parent 757e8e7 commit 87e3a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ let
R = (pkgs.R.override {enableStrictBarrier = false;}).overrideAttrs (
# Pin R to a specific version to avoid breaking changes in the R API.
finalAttrs: prevAttrs: {
version = "4.2.3";
version = "4.2.1";
src = pkgs.fetchurl {
url = "https://cran.r-project.org/src/base/R-${pkgs.lib.versions.major finalAttrs.version}/R-${finalAttrs.version}.tar.gz";
sha256 = "sha256-VeSpptQ74xTiwD0CZqb6VESv3OULMDv8O4Kzl5UW4HQ=";
sha256 = "sha256-TVLbSG0nhI5UYT1O6XetlS7AjOF4B+G1JbEM1ENsZD8=";
};
}
);
Expand Down

0 comments on commit 87e3a4b

Please sign in to comment.