mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +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";
|
archive_fmt = "tar.gz";
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
x86_64-linux = "sha256-I8k6e/bO7TRvnyA0tGMNjUl9zD9LnM5rZ/CPjScuFTA=";
|
x86_64-linux = "sha256-jDD936sLQDtouBUeeaPCzLSj1Euo4GPA+Vf5ARZecs0=";
|
||||||
}.${system};
|
}.${system};
|
||||||
in callPackage ./generic.nix rec {
|
in callPackage ./generic.nix rec {
|
||||||
version = "1.53.2";
|
version = "1.52.1";
|
||||||
pname = "vscode";
|
pname = "vscode";
|
||||||
|
|
||||||
executableName = "code" + lib.optionalString isInsiders "-insiders";
|
executableName = "code" + lib.optionalString isInsiders "-insiders";
|
||||||
|
Reference in New Issue
Block a user