Merge pull request #141979 from jbedo/rstudio

rstudio: fix source revision reference
This commit is contained in:
Artturi 2021-10-17 16:10:26 +03:00 committed by GitHub
commit 6605999f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ let
src = fetchFromGitHub {
owner = "rstudio";
repo = "rstudio";
rev = version;
rev = "v${version}";
sha256 = "sha256-9c1bNsf8kJjpcZ2cMV/pPNtXQkFOntX29a1cdnXpllE=";
};