From a5fc51307922c859cbd97cece953b8c0f9ec91d0 Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Thu, 20 Dec 2018 09:04:32 -0600 Subject: [PATCH] R: 3.5.1 -> 3.5.2 Closes https://github.com/NixOS/nixpkgs/pull/52571. --- pkgs/applications/science/math/R/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 5cd6bbf4bdd9..4283ebd931a4 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.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;