summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-28 23:29:27 +0000
committerGitHub <noreply@github.com>2018-10-28 23:29:27 +0000
commit401cd7fc01318bdd0c315450ee12aad268032254 (patch)
tree24d980e005a20bfbce82bb2c42a89106c9a44746 /pkgs/applications/editors
parentf5b281f11c285c5f82a8dd524f68c852d87534d6 (diff)
parent34a5a4389092f7f96248062abd40876894f956a8 (diff)
downloadnixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar.gz
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar.bz2
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar.lz
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar.xz
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.tar.zst
nixlib-401cd7fc01318bdd0c315450ee12aad268032254.zip
Merge pull request #49313 from averelld/rstudio-upgrade
rstudio 1.1.456 -> 1.1.463
Diffstat (limited to 'pkgs/applications/editors')
-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 1a5c9d65583f..9d8c430630e5 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.