-
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.0.6";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.0.6/darwin-amd64";
sha256 = "sha256-I4EG6T//+YFLOlQMpW1ERpBzR/882lXMPqpO7em/QJY=";
};
};
gh-copilot-darwin-arm64 = {
pname = "gh-copilot-darwin-arm64";
version = "1.0.6";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.0.6/darwin-arm64";
sha256 = "sha256-QtHCvTgfrQilIbd3S3/zkyBLccukGfFckCrZPCIMNMg=";
};
};
gh-copilot-linux-amd64 = {
pname = "gh-copilot-linux-amd64";
version = "1.0.6";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.0.6/linux-amd64";
sha256 = "sha256-HDyPQ7/suk6LA6mchwE+LHcO1+9aB7o+60lX6OKFLGQ=";
};
};
gh-copilot-linux-arm64 = {
pname = "gh-copilot-linux-arm64";
version = "1.0.6";
src = fetchurl {
url = "https://github.com/github/gh-copilot/releases/download/v1.0.6/linux-arm64";
sha256 = "sha256-IfAfduUMAQ53oi2ZgRxc825oMyX6PvATkQpvxmFjMHo=";
};
};
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.2";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v1.9.2";
fetchSubmodules = false;
sha256 = "sha256-Cff++tGfKcpTaiBVTRZnNzExAHlq4UfkeiIDe3gOF3w=";
};
};
usage = {
pname = "usage";
version = "v2.0.3";
src = fetchFromGitHub {
owner = "jdx";
repo = "usage";
rev = "v2.0.3";
fetchSubmodules = false;
sha256 = "sha256-bS8wMtmD7UPctP+8yDm8KylLIPzPuk6dt9ilWQzFvY0=";
};
};
}