Compare commits

..

No commits in common. "59778aff41bbeb4101d4c2977d7ca33f688cda9c" and "f2b63501c1581fb67dded3ab300575d01e5aa8e8" have entirely different histories.

View file

@ -10,7 +10,7 @@ in
isInsiders = true; isInsiders = true;
}).overrideAttrs (oldAttrs: { }).overrideAttrs (oldAttrs: {
pname = "vscode-insiders"; pname = "vscode-insiders";
version = "1.120.0-insider"; version = "latest";
isInsiders = true; isInsiders = true;
inherit src; inherit src;