-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerated.nix
More file actions
82 lines (82 loc) · 2.52 KB
/
generated.nix
File metadata and controls
82 lines (82 loc) · 2.52 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
gh-copilot-darwin-amd64 = {
pname = "gh-copilot-darwin-amd64";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.1.0/darwin-amd64";
sha256 = "sha256-1tN734huSBzke8j8H/dyFS90LsWGFuGtLdYdrLbGeOs=";
};
};
gh-copilot-darwin-arm64 = {
pname = "gh-copilot-darwin-arm64";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.1.0/darwin-arm64";
sha256 = "sha256-lGhgND1E4jWZmoAaPXcxNlew9eqWOrMHAYVnpFnqeio=";
};
};
gh-copilot-linux-amd64 = {
pname = "gh-copilot-linux-amd64";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.1.0/linux-amd64";
sha256 = "sha256-KIiwIv0VzJf0GVkuDsevEah48hv4VybLuBhy4dJvggo=";
};
};
gh-copilot-linux-arm64 = {
pname = "gh-copilot-linux-arm64";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.1.0/linux-arm64";
sha256 = "sha256-hNXDIB7r3Hdo7g2pPZKAYYrOaBJmAq7UKc+ZnRnVeoA=";
};
};
gh-tidy = {
pname = "gh-tidy";
version = "99d0dd50c2b6eb6615ae0f4b6064cfeb14b451da";
src = fetchFromGitHub {
owner = "HaywardMorihara";
repo = "gh-tidy";
rev = "99d0dd50c2b6eb6615ae0f4b6064cfeb14b451da";
fetchSubmodules = false;
sha256 = "sha256-TKQlLnOAozaDkqC7tNlR7KMSqk17sjCe/RTpATBbZlk=";
};
date = "2024-02-16";
};
kubecolor-catppuccin = {
pname = "kubecolor-catppuccin";
version = "1d4c2888f7de077e1a837a914a1824873d16762d";
src = fetchFromGitHub {
owner = "vkhitrin";
repo = "kubecolor-catppuccin";
rev = "1d4c2888f7de077e1a837a914a1824873d16762d";
fetchSubmodules = false;
sha256 = "sha256-gTneUh6yMcH6dVKrH00G61a+apasu9tiMyYjvNdOiOw=";
};
date = "2024-05-24";
};
talosctl = {
pname = "talosctl";
version = "v1.9.5";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v1.9.5";
fetchSubmodules = false;
sha256 = "sha256-2YKZfW62yOA8uV3bn6at/9YV3OHjiMuqA1SUupyAAx4=";
};
};
usage = {
pname = "usage";
version = "v2.0.7";
src = fetchFromGitHub {
owner = "jdx";
repo = "usage";
rev = "v2.0.7";
fetchSubmodules = false;
sha256 = "sha256-un1HFT3hdQa7J0jkybzoanWq0Ijo1vyfINCrz/t1siA=";
};
};
}