From a2617ee8a1b8dde814ea14c748fe9d954f5b6c9d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 15 Feb 2021 23:46:18 -0500 Subject: [PATCH] Use vscode 1.52.1 until ms-vsliveshare.vsliveshare is updated --- overlays/vscode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/vscode/default.nix b/overlays/vscode/default.nix index 4a98484..42ad107 100644 --- a/overlays/vscode/default.nix +++ b/overlays/vscode/default.nix @@ -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";