summaryrefslogtreecommitdiff
path: root/_sources
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-03-22 13:04:06 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-03-22 13:04:06 +0100
commit2f3d52e6f54752ebe8eee86c789badfa87d2dd1f (patch)
treefe7cdcb008c8218a06089385d2eb26ebd4b27ca4 /_sources
parent5af0209ca7f9e3ad965831ef3f7adedf58f0acb5 (diff)
downloadnixos-2f3d52e6f54752ebe8eee86c789badfa87d2dd1f.tar
nixos-2f3d52e6f54752ebe8eee86c789badfa87d2dd1f.tar.gz
nixos-2f3d52e6f54752ebe8eee86c789badfa87d2dd1f.tar.bz2
nixos-2f3d52e6f54752ebe8eee86c789badfa87d2dd1f.tar.xz
nixos-2f3d52e6f54752ebe8eee86c789badfa87d2dd1f.zip
...
Diffstat (limited to '_sources')
-rw-r--r--_sources/generated.json14
-rw-r--r--_sources/generated.nix14
2 files changed, 14 insertions, 14 deletions
diff --git a/_sources/generated.json b/_sources/generated.json
index 80194b7f..c1af7cc8 100644
--- a/_sources/generated.json
+++ b/_sources/generated.json
@@ -99,7 +99,7 @@
99 }, 99 },
100 "mako": { 100 "mako": {
101 "cargoLocks": null, 101 "cargoLocks": null,
102 "date": "2025-03-07", 102 "date": "2025-03-21",
103 "extract": null, 103 "extract": null,
104 "name": "mako", 104 "name": "mako",
105 "passthru": null, 105 "passthru": null,
@@ -109,13 +109,13 @@
109 "fetchSubmodules": false, 109 "fetchSubmodules": false,
110 "leaveDotGit": false, 110 "leaveDotGit": false,
111 "name": null, 111 "name": null,
112 "rev": "91a1fc482b1ef8c45a64e38f13e0b23e84155f32", 112 "rev": "2a06a341efae601431a6944f94cfe4965a46cb44",
113 "sha256": "sha256-i91WGv1O5OZ0338/F2nkXUZ7xLD3N9Zxloeq3sDt04w=", 113 "sha256": "sha256-QH2rxJcNiurHFEtkmq6Ki15k11b6ft6WYiZKbGs7SS0=",
114 "sparseCheckout": [], 114 "sparseCheckout": [],
115 "type": "git", 115 "type": "git",
116 "url": "https://github.com/emersion/mako" 116 "url": "https://github.com/emersion/mako"
117 }, 117 },
118 "version": "91a1fc482b1ef8c45a64e38f13e0b23e84155f32" 118 "version": "2a06a341efae601431a6944f94cfe4965a46cb44"
119 }, 119 },
120 "mpv-autosave": { 120 "mpv-autosave": {
121 "cargoLocks": null, 121 "cargoLocks": null,
@@ -456,10 +456,10 @@
456 "pinned": false, 456 "pinned": false,
457 "src": { 457 "src": {
458 "name": null, 458 "name": null,
459 "sha256": "sha256-8zynbfLk2zGIDy/kCNRPUFjZ8TUBWxPlBhDfvngkW+o=", 459 "sha256": "sha256-W89HsolyVOo4FpNajd5H0kO/9VZ4LM7WsWorhea2gro=",
460 "type": "url", 460 "type": "url",
461 "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.2.19.tar.gz" 461 "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.21.tar.gz"
462 }, 462 },
463 "version": "2025.2.19" 463 "version": "2025.3.21"
464 } 464 }
465} \ No newline at end of file 465} \ No newline at end of file
diff --git a/_sources/generated.nix b/_sources/generated.nix
index 0dcedc0e..b0cf46e5 100644
--- a/_sources/generated.nix
+++ b/_sources/generated.nix
@@ -61,17 +61,17 @@
61 }; 61 };
62 mako = { 62 mako = {
63 pname = "mako"; 63 pname = "mako";
64 version = "91a1fc482b1ef8c45a64e38f13e0b23e84155f32"; 64 version = "2a06a341efae601431a6944f94cfe4965a46cb44";
65 src = fetchgit { 65 src = fetchgit {
66 url = "https://github.com/emersion/mako"; 66 url = "https://github.com/emersion/mako";
67 rev = "91a1fc482b1ef8c45a64e38f13e0b23e84155f32"; 67 rev = "2a06a341efae601431a6944f94cfe4965a46cb44";
68 fetchSubmodules = false; 68 fetchSubmodules = false;
69 deepClone = false; 69 deepClone = false;
70 leaveDotGit = false; 70 leaveDotGit = false;
71 sparseCheckout = [ ]; 71 sparseCheckout = [ ];
72 sha256 = "sha256-i91WGv1O5OZ0338/F2nkXUZ7xLD3N9Zxloeq3sDt04w="; 72 sha256 = "sha256-QH2rxJcNiurHFEtkmq6Ki15k11b6ft6WYiZKbGs7SS0=";
73 }; 73 };
74 date = "2025-03-07"; 74 date = "2025-03-21";
75 }; 75 };
76 mpv-autosave = { 76 mpv-autosave = {
77 pname = "mpv-autosave"; 77 pname = "mpv-autosave";
@@ -278,10 +278,10 @@
278 }; 278 };
279 yt-dlp = { 279 yt-dlp = {
280 pname = "yt-dlp"; 280 pname = "yt-dlp";
281 version = "2025.2.19"; 281 version = "2025.3.21";
282 src = fetchurl { 282 src = fetchurl {
283 url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.2.19.tar.gz"; 283 url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.21.tar.gz";
284 sha256 = "sha256-8zynbfLk2zGIDy/kCNRPUFjZ8TUBWxPlBhDfvngkW+o="; 284 sha256 = "sha256-W89HsolyVOo4FpNajd5H0kO/9VZ4LM7WsWorhea2gro=";
285 }; 285 };
286 }; 286 };
287} 287}