about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-17 18:01:07 +0000
committerGitHub <noreply@github.com>2021-10-17 18:01:07 +0000
commit0f92179807f4cf7343e7076bb35f1764c0fba6e6 (patch)
tree5c672664101012486cadd26ee12e2d54dc093f90 /pkgs/applications/editors
parent445499734958a20ec5bce7d7e87f6ce8cc386760 (diff)
parent249d3f306ab433e39302273f19f53e4cd7abe2cb (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/rstudio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index d338a5b961c06..3ccdd70c455ce 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -42,7 +42,7 @@ let
   src = fetchFromGitHub {
     owner = "rstudio";
     repo = "rstudio";
-    rev = version;
+    rev = "v${version}";
     sha256 = "sha256-9c1bNsf8kJjpcZ2cMV/pPNtXQkFOntX29a1cdnXpllE=";
   };