diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-04 19:47:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-04 19:47:12 +0100 |
commit | 7da07a5e1ff80d603163e660cfd6a4057e54f864 (patch) | |
tree | 31406073512ca685fa8d2fd5995f9530710d3cc2 /_sources | |
parent | 31bd460c5e4c41f9d383d867649d70cf7376919f (diff) | |
download | nixos-7da07a5e1ff80d603163e660cfd6a4057e54f864.tar nixos-7da07a5e1ff80d603163e660cfd6a4057e54f864.tar.gz nixos-7da07a5e1ff80d603163e660cfd6a4057e54f864.tar.bz2 nixos-7da07a5e1ff80d603163e660cfd6a4057e54f864.tar.xz nixos-7da07a5e1ff80d603163e660cfd6a4057e54f864.zip |
...
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/generated.json | 8 | ||||
-rw-r--r-- | _sources/generated.nix | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index 0e375871..47e088c4 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -36,7 +36,7 @@ | |||
36 | }, | 36 | }, |
37 | "bpf-examples": { | 37 | "bpf-examples": { |
38 | "cargoLocks": null, | 38 | "cargoLocks": null, |
39 | "date": "2024-01-31", | 39 | "date": "2025-01-03", |
40 | "extract": null, | 40 | "extract": null, |
41 | "name": "bpf-examples", | 41 | "name": "bpf-examples", |
42 | "passthru": null, | 42 | "passthru": null, |
@@ -48,12 +48,12 @@ | |||
48 | "name": null, | 48 | "name": null, |
49 | "owner": "xdp-project", | 49 | "owner": "xdp-project", |
50 | "repo": "bpf-examples", | 50 | "repo": "bpf-examples", |
51 | "rev": "5343ed3377471c7b7ef2237526c8bdc0f00a0cef", | 51 | "rev": "8d53e6fc46ae625bd16b38eb1007ece99460eada", |
52 | "sha256": "sha256-vKVI8pQ17BNWLKm8wwpyNkLslnB9E2CAZTS6EP5lDT0=", | 52 | "sha256": "sha256-BUncjyaywmtSMVhbWZDy9XiNlGJet8Z0lzmUqm3f+HU=", |
53 | "sparseCheckout": [], | 53 | "sparseCheckout": [], |
54 | "type": "github" | 54 | "type": "github" |
55 | }, | 55 | }, |
56 | "version": "5343ed3377471c7b7ef2237526c8bdc0f00a0cef" | 56 | "version": "8d53e6fc46ae625bd16b38eb1007ece99460eada" |
57 | }, | 57 | }, |
58 | "emacs-scratch_el": { | 58 | "emacs-scratch_el": { |
59 | "cargoLocks": null, | 59 | "cargoLocks": null, |
diff --git a/_sources/generated.nix b/_sources/generated.nix index 1f828220..161dc4e1 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -26,15 +26,15 @@ | |||
26 | }; | 26 | }; |
27 | bpf-examples = { | 27 | bpf-examples = { |
28 | pname = "bpf-examples"; | 28 | pname = "bpf-examples"; |
29 | version = "5343ed3377471c7b7ef2237526c8bdc0f00a0cef"; | 29 | version = "8d53e6fc46ae625bd16b38eb1007ece99460eada"; |
30 | src = fetchFromGitHub { | 30 | src = fetchFromGitHub { |
31 | owner = "xdp-project"; | 31 | owner = "xdp-project"; |
32 | repo = "bpf-examples"; | 32 | repo = "bpf-examples"; |
33 | rev = "5343ed3377471c7b7ef2237526c8bdc0f00a0cef"; | 33 | rev = "8d53e6fc46ae625bd16b38eb1007ece99460eada"; |
34 | fetchSubmodules = true; | 34 | fetchSubmodules = true; |
35 | sha256 = "sha256-vKVI8pQ17BNWLKm8wwpyNkLslnB9E2CAZTS6EP5lDT0="; | 35 | sha256 = "sha256-BUncjyaywmtSMVhbWZDy9XiNlGJet8Z0lzmUqm3f+HU="; |
36 | }; | 36 | }; |
37 | date = "2024-01-31"; | 37 | date = "2025-01-03"; |
38 | }; | 38 | }; |
39 | emacs-scratch_el = { | 39 | emacs-scratch_el = { |
40 | pname = "emacs-scratch_el"; | 40 | pname = "emacs-scratch_el"; |