aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-07-05 10:46:12 +0200
committerPeter Simons <simons@cryp.to>2019-07-05 09:05:22 +0000
commitec662c56548b0cb7eed8f5c22b238259c1afbe38 (patch)
tree95dca04f6ef6baac5f04d64e9c529efa19e1aa2b /pkgs/applications/science/math
parent6fdd315178580e2b16633c6d3dcbb389a96621e9 (diff)
R: 3.6.0 -> 3.6.1
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/R/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index ed107765b46..a791f9a5772 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -8,11 +8,11 @@
}:
stdenv.mkDerivation rec {
- name = "R-3.6.0";
+ name = "R-3.6.1";
src = fetchurl {
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
- sha256 = "02bmylmzrm9sdidirmwy233lghmd2346z725ca71ari68lzarz1n";
+ sha256 = "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv";
};
dontUseImakeConfigure = true;
@@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
patches = [
./no-usr-local-search-paths.patch
- (fetchpatch {
- url = "https://github.com/wch/r-source/commit/aeb75e12863019be06fe6c762ab705bf5ed8b38c.patch";
- sha256 = "03xv1g1yw1dbhx4paw6pn6hkawj8sny86km3748l1vnasbham82g";
- })
];
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''