R: 3.6.1 -> 3.6.2

Closes https://github.com/NixOS/nixpkgs/pull/75587.
This commit is contained in:
Alex Branham
2019-12-16 18:56:49 +01:00
committed by Peter Simons
parent e1c6965beb
commit 7af84afa2a
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation rec {
name = "R-3.6.1";
name = "R-3.6.2";
src = fetchurl {
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
sha256 = "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv";
sha256 = "0m69pfi0nxyriyb2yz74xfzaxwfkinnf9kpvf1rz727vvmfa8rdx";
};
dontUseImakeConfigure = true;