summary refs log tree commit diff
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2018-10-27 18:41:54 +0200
committerAverell Dalton <averell+nixpkgs@rxd4.com>2018-10-27 23:57:53 +0200
commit34a5a4389092f7f96248062abd40876894f956a8 (patch)
treeb8dbcd09b332beefefa8603c6fb75379b102de2b
parenta3e367ff4bbe479eb269b31f1eaf28fd4c1158c3 (diff)
downloadnixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar.gz
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar.bz2
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar.lz
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar.xz
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.tar.zst
nixpkgs-34a5a4389092f7f96248062abd40876894f956a8.zip
rstudio: 1.1.456 -> 1.1.463
-rw-r--r--pkgs/applications/editors/rstudio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index 1a5c9d65583..9d8c430630e 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -6,7 +6,7 @@
 let
   verMajor = "1";
   verMinor = "1";
-  verPatch = "456";
+  verPatch = "463";
   version = "${verMajor}.${verMinor}.${verPatch}";
   ginVer = "1.5";
   gwtVer = "2.7.0";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     owner = "rstudio";
     repo = "rstudio";
     rev = "v${version}";
-    sha256 = "0hv07qrbjwapbjrkddasglsgk0x5j7qal468i5rv77krsp09s4fz";
+    sha256 = "014g984znsczzy1fyn9y1ly3rbsngryfs674lfgciz60mqnl8im6";
   };
 
   # Hack RStudio to only use the input R.