summaryrefslogtreecommitdiff
path: root/_sources
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
commitc817a13e220c2fd418df24d41a99aeb35f3154eb (patch)
treefd2a293c193464649afdee1950e52b431fd5f2a0 /_sources
parent01de0c24e3be9445f7e753de7a443655eb51394f (diff)
downloadnixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.gz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.bz2
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.xz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.zip
bump
Diffstat (limited to '_sources')
-rw-r--r--_sources/generated.json20
-rw-r--r--_sources/generated.nix14
2 files changed, 6 insertions, 28 deletions
diff --git a/_sources/generated.json b/_sources/generated.json
index f73b8190..e82d7fe6 100644
--- a/_sources/generated.json
+++ b/_sources/generated.json
@@ -20,20 +20,6 @@
20 }, 20 },
21 "version": "8ef9a5b73e5d1063cf912c70027c655fb19d1109" 21 "version": "8ef9a5b73e5d1063cf912c70027c655fb19d1109"
22 }, 22 },
23 "batman-adv": {
24 "cargoLocks": null,
25 "date": null,
26 "extract": null,
27 "name": "batman-adv",
28 "passthru": null,
29 "pinned": false,
30 "src": {
31 "sha256": "sha256-VYyIkH5IFfKN6EOHZxSx6AaepD3a22/hhmLhqkle5Z0=",
32 "type": "tarball",
33 "url": "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2024.4.tar.gz"
34 },
35 "version": "2024.4"
36 },
37 "bpf-examples": { 23 "bpf-examples": {
38 "cargoLocks": null, 24 "cargoLocks": null,
39 "date": "2025-01-03", 25 "date": "2025-01-03",
@@ -450,10 +436,10 @@
450 "pinned": false, 436 "pinned": false,
451 "src": { 437 "src": {
452 "name": null, 438 "name": null,
453 "sha256": "sha256-6OxRXUm7YnBJFdE6Iu5v4DpWWNZR5OZFdOOhfuAfbjs=", 439 "sha256": "sha256-HJc4JmkhrUPFaK0BrDNi+3x69Uknb77JK9cvFA2hYkA=",
454 "type": "url", 440 "type": "url",
455 "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.1.15.tar.gz" 441 "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.1.26.tar.gz"
456 }, 442 },
457 "version": "2025.1.15" 443 "version": "2025.1.26"
458 } 444 }
459} \ No newline at end of file 445} \ No newline at end of file
diff --git a/_sources/generated.nix b/_sources/generated.nix
index fb57de83..c1a0c6a0 100644
--- a/_sources/generated.nix
+++ b/_sources/generated.nix
@@ -16,14 +16,6 @@
16 }; 16 };
17 date = "2021-05-30"; 17 date = "2021-05-30";
18 }; 18 };
19 batman-adv = {
20 pname = "batman-adv";
21 version = "2024.4";
22 src = fetchTarball {
23 url = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2024.4.tar.gz";
24 sha256 = "sha256-VYyIkH5IFfKN6EOHZxSx6AaepD3a22/hhmLhqkle5Z0=";
25 };
26 };
27 bpf-examples = { 19 bpf-examples = {
28 pname = "bpf-examples"; 20 pname = "bpf-examples";
29 version = "8d53e6fc46ae625bd16b38eb1007ece99460eada"; 21 version = "8d53e6fc46ae625bd16b38eb1007ece99460eada";
@@ -272,10 +264,10 @@
272 }; 264 };
273 yt-dlp = { 265 yt-dlp = {
274 pname = "yt-dlp"; 266 pname = "yt-dlp";
275 version = "2025.1.15"; 267 version = "2025.1.26";
276 src = fetchurl { 268 src = fetchurl {
277 url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.1.15.tar.gz"; 269 url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.1.26.tar.gz";
278 sha256 = "sha256-6OxRXUm7YnBJFdE6Iu5v4DpWWNZR5OZFdOOhfuAfbjs="; 270 sha256 = "sha256-HJc4JmkhrUPFaK0BrDNi+3x69Uknb77JK9cvFA2hYkA=";
279 }; 271 };
280 }; 272 };
281} 273}