-
Notifications
You must be signed in to change notification settings - Fork 14
/
generated.nix
52 lines (52 loc) · 1.82 KB
/
generated.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
vadimcn--vscode-lldb--darwin-arm64 = {
pname = "vadimcn--vscode-lldb--darwin-arm64";
version = "v1.11.1";
src = fetchurl {
url = "https://github.com/vadimcn/codelldb/releases/download/v1.11.1/codelldb-darwin-arm64.vsix";
sha256 = "sha256-M4VYOmd72I8GAkRbeBztqbugrb4eHSotTUyrkmPmreA=";
};
publisher = "vadimcn";
platform = "darwin-arm64";
engineVersion = "^1.60.0";
name = "vscode-lldb";
};
vadimcn--vscode-lldb--darwin-x64 = {
pname = "vadimcn--vscode-lldb--darwin-x64";
version = "v1.11.1";
src = fetchurl {
url = "https://github.com/vadimcn/codelldb/releases/download/v1.11.1/codelldb-darwin-x64.vsix";
sha256 = "sha256-JHjIT84dDK7jCULe4YE3CAUNE+XFoFmwzsLJk4ktF44=";
};
publisher = "vadimcn";
platform = "darwin-x64";
engineVersion = "^1.60.0";
name = "vscode-lldb";
};
vadimcn--vscode-lldb--linux-arm64 = {
pname = "vadimcn--vscode-lldb--linux-arm64";
version = "v1.11.1";
src = fetchurl {
url = "https://github.com/vadimcn/codelldb/releases/download/v1.11.1/codelldb-linux-arm64.vsix";
sha256 = "sha256-FHoIqMiWBG8yxyqmVMHbebm44z19p+C1oYr9C3Z/hy8=";
};
publisher = "vadimcn";
platform = "linux-arm64";
engineVersion = "^1.60.0";
name = "vscode-lldb";
};
vadimcn--vscode-lldb--linux-x64 = {
pname = "vadimcn--vscode-lldb--linux-x64";
version = "v1.11.1";
src = fetchurl {
url = "https://github.com/vadimcn/codelldb/releases/download/v1.11.1/codelldb-linux-x64.vsix";
sha256 = "sha256-c8oVYihrJKHaHNM2uVBZnwSR+OtEfxYwtO/Qc9LMBlE=";
};
publisher = "vadimcn";
platform = "linux-x64";
engineVersion = "^1.60.0";
name = "vscode-lldb";
};
}