parent
92343831c8
commit
a5fc513079
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "R-3.5.1";
|
||||
name = "R-3.5.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
|
||||
sha256 = "0463bff5eea0f3d93fa071f79c18d0993878fd4f2e18ae6cf22c1639d11457ed";
|
||||
sha256 = "0qjvdic1qd5vndc4f0wjndpm0x18lbvbcc8nkix8saqgy8y8qgg5";
|
||||
};
|
||||
|
||||
dontUseImakeConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue