diff options
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/generated.json | 20 | ||||
-rw-r--r-- | _sources/generated.nix | 12 |
2 files changed, 32 insertions, 0 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index bf649edd..3419a35d 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -19,6 +19,26 @@ | |||
19 | }, | 19 | }, |
20 | "version": "8ef9a5b73e5d1063cf912c70027c655fb19d1109" | 20 | "version": "8ef9a5b73e5d1063cf912c70027c655fb19d1109" |
21 | }, | 21 | }, |
22 | "bpf-examples": { | ||
23 | "cargoLocks": null, | ||
24 | "date": "2023-02-03", | ||
25 | "extract": null, | ||
26 | "name": "bpf-examples", | ||
27 | "passthru": null, | ||
28 | "pinned": false, | ||
29 | "src": { | ||
30 | "deepClone": false, | ||
31 | "fetchSubmodules": true, | ||
32 | "leaveDotGit": false, | ||
33 | "name": null, | ||
34 | "owner": "xdp-project", | ||
35 | "repo": "bpf-examples", | ||
36 | "rev": "f27b9881bf04493a5d0a32d0f56f2b88d72ba63f", | ||
37 | "sha256": "sha256-Ikwgds8Nd+rKMP6ckECChpPgIIBgfhuaUug4uJKDX8U=", | ||
38 | "type": "github" | ||
39 | }, | ||
40 | "version": "f27b9881bf04493a5d0a32d0f56f2b88d72ba63f" | ||
41 | }, | ||
22 | "emacs-scratch_el": { | 42 | "emacs-scratch_el": { |
23 | "cargoLocks": null, | 43 | "cargoLocks": null, |
24 | "date": "2015-09-10", | 44 | "date": "2015-09-10", |
diff --git a/_sources/generated.nix b/_sources/generated.nix index 175e3854..23906a49 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -15,6 +15,18 @@ | |||
15 | }); | 15 | }); |
16 | date = "2021-05-30"; | 16 | date = "2021-05-30"; |
17 | }; | 17 | }; |
18 | bpf-examples = { | ||
19 | pname = "bpf-examples"; | ||
20 | version = "f27b9881bf04493a5d0a32d0f56f2b88d72ba63f"; | ||
21 | src = fetchFromGitHub ({ | ||
22 | owner = "xdp-project"; | ||
23 | repo = "bpf-examples"; | ||
24 | rev = "f27b9881bf04493a5d0a32d0f56f2b88d72ba63f"; | ||
25 | fetchSubmodules = true; | ||
26 | sha256 = "sha256-Ikwgds8Nd+rKMP6ckECChpPgIIBgfhuaUug4uJKDX8U="; | ||
27 | }); | ||
28 | date = "2023-02-03"; | ||
29 | }; | ||
18 | emacs-scratch_el = { | 30 | emacs-scratch_el = { |
19 | pname = "emacs-scratch_el"; | 31 | pname = "emacs-scratch_el"; |
20 | version = "0077334cc299aa7885f804d88f52cdb1b35caf71"; | 32 | version = "0077334cc299aa7885f804d88f52cdb1b35caf71"; |