From 9288d4025472f87f764d15c889904fd9ae263cf0 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:29:12 +0200 Subject: [PATCH] rstudio: use electron_34 --- pkgs/applications/editors/rstudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix index 298c0efc6fe7..a5f327e5a5fc 100644 --- a/pkgs/applications/editors/rstudio/default.nix +++ b/pkgs/applications/editors/rstudio/default.nix @@ -33,7 +33,7 @@ zip, git, makeWrapper, - electron_33, + electron_34, server ? false, # build server version pam, nixosTests, @@ -42,7 +42,7 @@ let # Note: we shouldn't use the latest electron here, since the node-abi dependency might # need to be updated every time the latest electron gets a new abi version number - electron = electron_33; + electron = electron_34; mathJaxSrc = fetchzip { url = "https://s3.amazonaws.com/rstudio-buildtools/mathjax-27.zip";