diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-11-08 15:58:13 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-11-08 15:58:13 +0100 |
commit | 5440c73f19ae9bfac70c79da83241c158ceb7d4a (patch) | |
tree | 040aeff551fcb65d4978782d7485ec9210752307 /_sources | |
parent | df7627ba7cf12da86325e97a941df335ccbf092e (diff) | |
download | nixos-5440c73f19ae9bfac70c79da83241c158ceb7d4a.tar nixos-5440c73f19ae9bfac70c79da83241c158ceb7d4a.tar.gz nixos-5440c73f19ae9bfac70c79da83241c158ceb7d4a.tar.bz2 nixos-5440c73f19ae9bfac70c79da83241c158ceb7d4a.tar.xz nixos-5440c73f19ae9bfac70c79da83241c158ceb7d4a.zip |
...
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/generated.json | 14 | ||||
-rw-r--r-- | _sources/generated.nix | 8 |
2 files changed, 22 insertions, 0 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index d27b0387..db7ecb25 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -345,6 +345,20 @@ | |||
345 | }, | 345 | }, |
346 | "version": "2.4.0" | 346 | "version": "2.4.0" |
347 | }, | 347 | }, |
348 | "spice-record": { | ||
349 | "cargoLocks": null, | ||
350 | "date": null, | ||
351 | "extract": null, | ||
352 | "name": "spice-record", | ||
353 | "passthru": null, | ||
354 | "pinned": false, | ||
355 | "src": { | ||
356 | "sha256": "sha256-7d/0fepOvdswuBGJCCMULB2kXOFBLP78yqX4NmByCF8=", | ||
357 | "type": "tarball", | ||
358 | "url": "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v0.2.1.tar.gz" | ||
359 | }, | ||
360 | "version": "0.2.1" | ||
361 | }, | ||
348 | "tomorrow-night-paradise-theme": { | 362 | "tomorrow-night-paradise-theme": { |
349 | "cargoLocks": null, | 363 | "cargoLocks": null, |
350 | "date": "2012-06-04", | 364 | "date": "2012-06-04", |
diff --git a/_sources/generated.nix b/_sources/generated.nix index edd35298..99eb7367 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -210,6 +210,14 @@ | |||
210 | sha256 = "sha256-X0dWvx/v/wGEgPE6Cu5MN5ocnJeUi0iutrz72L+55aU="; | 210 | sha256 = "sha256-X0dWvx/v/wGEgPE6Cu5MN5ocnJeUi0iutrz72L+55aU="; |
211 | }; | 211 | }; |
212 | }; | 212 | }; |
213 | spice-record = { | ||
214 | pname = "spice-record"; | ||
215 | version = "0.2.1"; | ||
216 | src = fetchTarball { | ||
217 | url = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v0.2.1.tar.gz"; | ||
218 | sha256 = "sha256-7d/0fepOvdswuBGJCCMULB2kXOFBLP78yqX4NmByCF8="; | ||
219 | }; | ||
220 | }; | ||
213 | tomorrow-night-paradise-theme = { | 221 | tomorrow-night-paradise-theme = { |
214 | pname = "tomorrow-night-paradise-theme"; | 222 | pname = "tomorrow-night-paradise-theme"; |
215 | version = "70225a5bf90d495e13a9260bfdc268632ece0801"; | 223 | version = "70225a5bf90d495e13a9260bfdc268632ece0801"; |