summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Lackerbauer <simon@lackerbauer.com>2017-10-15 20:01:24 +0200
committerRobin Gloster <mail@glob.in>2017-10-16 02:38:26 +0200
commitbb94e0408f82e1279261b8dfff0111e466db74ff (patch)
tree518013df66bbc1fb0a172ed6857bd8699acfce81
parentcd9d780f894a0758ce0118945ee981d585116a3c (diff)
downloadnixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar.gz
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar.bz2
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar.lz
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar.xz
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.tar.zst
nixlib-bb94e0408f82e1279261b8dfff0111e466db74ff.zip
rstudio: 1.1.351 -> 1.1.383
-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 930a18e39a62..bf8374fdaaa1 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -3,7 +3,7 @@ R, qt5, libuuid, hunspellDicts, unzip, ant, jdk, gnumake, makeWrapper, pandoc
 }:
 
 let
-  version = "1.1.351";
+  version = "1.1.383";
   ginVer = "1.5";
   gwtVer = "2.7.0";
 in
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/rstudio/rstudio/archive/v${version}.tar.gz";
-    sha256 = "0dpzmkq7jkdndidmmgdcr849q33ypmzkqwx22fraaqcy7w4f0pcn";
+    sha256 = "06680l9amq03b4jarmzfr605bijhb79fip9rk464zab6hgwqbp3f";
   };
 
   # Hack RStudio to only use the input R.