mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Use vscode 1.52.1 until ms-vsliveshare.vsliveshare is updated
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user