summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/rstudio
diff options
context:
space:
mode:
authorSimon Lackerbauer <simon@lackerbauer.com>2020-02-29 18:31:57 +0100
committerSimon Lackerbauer <simon@lackerbauer.com>2020-02-29 18:38:18 +0100
commit321d788e2a1e122896627ffaed740dd31a44db31 (patch)
treee5cb900dce39c8d65398d889d6da9d15222f2757 /pkgs/applications/editors/rstudio
parentcf6477076b4ea05e9dcf1e6dda565604076ec6d8 (diff)
rstudio: 1.2.1335 -> 1.2.5033
Diffstat (limited to 'pkgs/applications/editors/rstudio')
-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 cab7ac119b6a..f10578b11680 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -8,7 +8,7 @@ with lib;
let
verMajor = "1";
verMinor = "2";
- verPatch = "1335";
+ verPatch = "5033";
version = "${verMajor}.${verMinor}.${verPatch}";
ginVer = "2.1.2";
gwtVer = "2.8.1";
@@ -26,7 +26,7 @@ mkDerivation rec {
owner = "rstudio";
repo = "rstudio";
rev = "v${version}";
- sha256 = "0jv1d4yznv2lzwp0fdf377vqpg0k2q4z9qvji4sj86fabj835lqd";
+ sha256 = "0f3p2anz9xay2859bxj3bvyj582igsp628qxsccpkgn0jifvi4np";
};
# Hack RStudio to only use the input R and provided libclang.