Use vscode 1.52.1 until ms-vsliveshare.vsliveshare is updated

This commit is contained in:
Dave Gallant
2021-02-15 23:46:18 -05:00
parent c295d28a9a
commit a2617ee8a1

View File

@@ -8,10 +8,10 @@ let
archive_fmt = "tar.gz";
sha256 = {
x86_64-linux = "sha256-I8k6e/bO7TRvnyA0tGMNjUl9zD9LnM5rZ/CPjScuFTA=";
x86_64-linux = "sha256-jDD936sLQDtouBUeeaPCzLSj1Euo4GPA+Vf5ARZecs0=";
}.${system};
in callPackage ./generic.nix rec {
version = "1.53.2";
version = "1.52.1";
pname = "vscode";
executableName = "code" + lib.optionalString isInsiders "-insiders";