summary refs log tree commit diff
path: root/pkgs/applications/science/math/R/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-15 18:28:41 +0100
committerPeter Simons <simons@cryp.to>2018-03-15 18:32:14 +0100
commitd46a4b98298254e1eaf79d1c895eb392258c48d4 (patch)
tree097128fa3446340dfe943e80c4538c0e334d8aaf /pkgs/applications/science/math/R/default.nix
parentf6cdd2f5f7def7c275fa81645509830ac709eb69 (diff)
downloadnixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar.gz
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar.bz2
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar.lz
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar.xz
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.tar.zst
nixpkgs-d46a4b98298254e1eaf79d1c895eb392258c48d4.zip
R: 3.4.3 -> 3.4.4
Diffstat (limited to 'pkgs/applications/science/math/R/default.nix')
-rw-r--r--pkgs/applications/science/math/R/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index 7bd19cfc520..a9b2de1a00c 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -7,11 +7,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "R-3.4.3";
+  name = "R-3.4.4";
 
   src = fetchurl {
     url = "http://cran.r-project.org/src/base/R-3/${name}.tar.gz";
-    sha256 = "09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s";
+    sha256 = "0dq3jsnwsb5j3fhl0wi3p5ycv8avf8s5j1y4ap3d2mkjmcppvsdk";
   };
 
   buildInputs = [