summaryrefslogtreecommitdiff
path: root/_sources
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-11-21 14:51:23 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-11-21 14:51:23 +0100
commit4c46e82769847177f6582447f027a56f9b555fd0 (patch)
treec797e1ecf691e8e05399d83ad3042c52ac08111e /_sources
parent4341d2d9b0e5d57adf676bfad3d39cefdf7eca6f (diff)
downloadnixos-4c46e82769847177f6582447f027a56f9b555fd0.tar
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.gz
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.bz2
nixos-4c46e82769847177f6582447f027a56f9b555fd0.tar.xz
nixos-4c46e82769847177f6582447f027a56f9b555fd0.zip
...
Diffstat (limited to '_sources')
-rw-r--r--_sources/generated.json16
-rw-r--r--_sources/generated.nix16
2 files changed, 16 insertions, 16 deletions
diff --git a/_sources/generated.json b/_sources/generated.json
index 9eb52238..f5ead269 100644
--- a/_sources/generated.json
+++ b/_sources/generated.json
@@ -273,7 +273,7 @@
273 }, 273 },
274 "nix-output-monitor": { 274 "nix-output-monitor": {
275 "cargoLock": null, 275 "cargoLock": null,
276 "date": "2025-11-09", 276 "date": "2025-11-20",
277 "extract": null, 277 "extract": null,
278 "name": "nix-output-monitor", 278 "name": "nix-output-monitor",
279 "passthru": null, 279 "passthru": null,
@@ -283,13 +283,13 @@
283 "fetchSubmodules": false, 283 "fetchSubmodules": false,
284 "leaveDotGit": false, 284 "leaveDotGit": false,
285 "name": null, 285 "name": null,
286 "rev": "698e6f3afdc9d68dd65d84df7b030499dbfaf84b", 286 "rev": "0cb46615fb8187e4598feac4ccf8f27a06aae0b7",
287 "sha256": "sha256-QwEVaUxvXEdx5icIZZYQQjvJO5j0+GeWtJvCJ/LZwpA=", 287 "sha256": "sha256-iEvbCIlHX6WUblrnoF7gwUQtu2ay97zoZsvoP85I2BA=",
288 "sparseCheckout": [], 288 "sparseCheckout": [],
289 "type": "git", 289 "type": "git",
290 "url": "https://code.maralorn.de/maralorn/nix-output-monitor.git" 290 "url": "https://code.maralorn.de/maralorn/nix-output-monitor.git"
291 }, 291 },
292 "version": "698e6f3afdc9d68dd65d84df7b030499dbfaf84b" 292 "version": "0cb46615fb8187e4598feac4ccf8f27a06aae0b7"
293 }, 293 },
294 "postfix-mta-sts-resolver": { 294 "postfix-mta-sts-resolver": {
295 "cargoLock": null, 295 "cargoLock": null,
@@ -355,7 +355,7 @@
355 }, 355 },
356 "quickshell": { 356 "quickshell": {
357 "cargoLock": null, 357 "cargoLock": null,
358 "date": "2025-10-31", 358 "date": "2025-11-20",
359 "extract": null, 359 "extract": null,
360 "name": "quickshell", 360 "name": "quickshell",
361 "passthru": null, 361 "passthru": null,
@@ -365,13 +365,13 @@
365 "fetchSubmodules": false, 365 "fetchSubmodules": false,
366 "leaveDotGit": false, 366 "leaveDotGit": false,
367 "name": null, 367 "name": null,
368 "rev": "fc704e6b5d445899a1565955268c91942a4f263f", 368 "rev": "ed036d514b0fdbce03158a0b331305be166f4555",
369 "sha256": "sha256-er4gYrIoThYLjlsOMTysoRfn67d1Gci+ZpqDrtQxrA0=", 369 "sha256": "sha256-jWz10RbNAyylJbH4cUTLS/CsDjkd8gxfT8OsIgQIgEg=",
370 "sparseCheckout": [], 370 "sparseCheckout": [],
371 "type": "git", 371 "type": "git",
372 "url": "https://git.outfoxxed.me/quickshell/quickshell.git" 372 "url": "https://git.outfoxxed.me/quickshell/quickshell.git"
373 }, 373 },
374 "version": "fc704e6b5d445899a1565955268c91942a4f263f" 374 "version": "ed036d514b0fdbce03158a0b331305be166f4555"
375 }, 375 },
376 "scutiger": { 376 "scutiger": {
377 "cargoLock": null, 377 "cargoLock": null,
diff --git a/_sources/generated.nix b/_sources/generated.nix
index 14548513..d3d9b36f 100644
--- a/_sources/generated.nix
+++ b/_sources/generated.nix
@@ -171,17 +171,17 @@
171 }; 171 };
172 nix-output-monitor = { 172 nix-output-monitor = {
173 pname = "nix-output-monitor"; 173 pname = "nix-output-monitor";
174 version = "698e6f3afdc9d68dd65d84df7b030499dbfaf84b"; 174 version = "0cb46615fb8187e4598feac4ccf8f27a06aae0b7";
175 src = fetchgit { 175 src = fetchgit {
176 url = "https://code.maralorn.de/maralorn/nix-output-monitor.git"; 176 url = "https://code.maralorn.de/maralorn/nix-output-monitor.git";
177 rev = "698e6f3afdc9d68dd65d84df7b030499dbfaf84b"; 177 rev = "0cb46615fb8187e4598feac4ccf8f27a06aae0b7";
178 fetchSubmodules = false; 178 fetchSubmodules = false;
179 deepClone = false; 179 deepClone = false;
180 leaveDotGit = false; 180 leaveDotGit = false;
181 sparseCheckout = [ ]; 181 sparseCheckout = [ ];
182 sha256 = "sha256-QwEVaUxvXEdx5icIZZYQQjvJO5j0+GeWtJvCJ/LZwpA="; 182 sha256 = "sha256-iEvbCIlHX6WUblrnoF7gwUQtu2ay97zoZsvoP85I2BA=";
183 }; 183 };
184 date = "2025-11-09"; 184 date = "2025-11-20";
185 }; 185 };
186 postfix-mta-sts-resolver = { 186 postfix-mta-sts-resolver = {
187 pname = "postfix-mta-sts-resolver"; 187 pname = "postfix-mta-sts-resolver";
@@ -223,17 +223,17 @@
223 }; 223 };
224 quickshell = { 224 quickshell = {
225 pname = "quickshell"; 225 pname = "quickshell";
226 version = "fc704e6b5d445899a1565955268c91942a4f263f"; 226 version = "ed036d514b0fdbce03158a0b331305be166f4555";
227 src = fetchgit { 227 src = fetchgit {
228 url = "https://git.outfoxxed.me/quickshell/quickshell.git"; 228 url = "https://git.outfoxxed.me/quickshell/quickshell.git";
229 rev = "fc704e6b5d445899a1565955268c91942a4f263f"; 229 rev = "ed036d514b0fdbce03158a0b331305be166f4555";
230 fetchSubmodules = false; 230 fetchSubmodules = false;
231 deepClone = false; 231 deepClone = false;
232 leaveDotGit = false; 232 leaveDotGit = false;
233 sparseCheckout = [ ]; 233 sparseCheckout = [ ];
234 sha256 = "sha256-er4gYrIoThYLjlsOMTysoRfn67d1Gci+ZpqDrtQxrA0="; 234 sha256 = "sha256-jWz10RbNAyylJbH4cUTLS/CsDjkd8gxfT8OsIgQIgEg=";
235 }; 235 };
236 date = "2025-10-31"; 236 date = "2025-11-20";
237 }; 237 };
238 scutiger = { 238 scutiger = {
239 pname = "scutiger"; 239 pname = "scutiger";