chore: Update upstream packages
This commit is contained in:
parent
8c6a423684
commit
7f67895696
2 changed files with 30 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"OuterWildsTextAdventure": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": "2024-12-21",
|
||||
"extract": null,
|
||||
"name": "OuterWildsTextAdventure",
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
"version": "2a4430a6e53fc2e9979e0f4ebb312d90b92ba119"
|
||||
},
|
||||
"TrackersListCollection": {
|
||||
"cargoLocks": null,
|
||||
"date": "2026-01-23",
|
||||
"cargoLock": null,
|
||||
"date": "2026-01-31",
|
||||
"extract": null,
|
||||
"name": "TrackersListCollection",
|
||||
"passthru": null,
|
||||
|
|
@ -34,17 +34,17 @@
|
|||
"name": null,
|
||||
"owner": "XIU2",
|
||||
"repo": "TrackersListCollection",
|
||||
"rev": "61e90fe4cbf20204a0b5590df7c6d48556512185",
|
||||
"sha256": "sha256-vJfyx/rjlLf8mJnV8Trx+hppCRyu1BfBmCOvA6YjjZc=",
|
||||
"rev": "0c7a32db6974f0c58f30a0753f4a8d164a22262d",
|
||||
"sha256": "sha256-cydLc8KSt/Qy9n9Cq+eY6v14pZhjmQmqV16rWQda8Gw=",
|
||||
"sparseCheckout": [
|
||||
"all.txt"
|
||||
],
|
||||
"type": "github"
|
||||
},
|
||||
"version": "61e90fe4cbf20204a0b5590df7c6d48556512185"
|
||||
"version": "0c7a32db6974f0c58f30a0753f4a8d164a22262d"
|
||||
},
|
||||
"noto-sans-cjk": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": null,
|
||||
"extract": null,
|
||||
"name": "noto-sans-cjk",
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"version": "Serif2.003"
|
||||
},
|
||||
"noto-serif-cjk": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": null,
|
||||
"extract": null,
|
||||
"name": "noto-serif-cjk",
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"version": "Serif2.003"
|
||||
},
|
||||
"nvim_vim-startuptime": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": "2025-02-17",
|
||||
"extract": null,
|
||||
"name": "nvim_vim-startuptime",
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
"version": "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6"
|
||||
},
|
||||
"rime-yuhaostar": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": null,
|
||||
"extract": null,
|
||||
"name": "rime-yuhaostar",
|
||||
|
|
@ -126,8 +126,8 @@
|
|||
"version": "v3.10.0"
|
||||
},
|
||||
"spotx": {
|
||||
"cargoLocks": null,
|
||||
"date": "2026-01-14",
|
||||
"cargoLock": null,
|
||||
"date": "2026-01-27",
|
||||
"extract": null,
|
||||
"name": "spotx",
|
||||
"passthru": null,
|
||||
|
|
@ -139,15 +139,15 @@
|
|||
"name": null,
|
||||
"owner": "SpotX-Official",
|
||||
"repo": "SpotX-Bash",
|
||||
"rev": "37ffdc78ba3ded6af6550895bfc687f44f1c4af6",
|
||||
"sha256": "sha256-W6TGdLFPMcfaYG55fKu3ieKROBArFTg9KwW8VRBFcnI=",
|
||||
"rev": "ca98eef240cd26b90ff423a836229275d4a1594f",
|
||||
"sha256": "sha256-7u4ewbrBWu9AizkTJDW+Mo/syAmJEz5yH2vA4Zodi9c=",
|
||||
"sparseCheckout": [],
|
||||
"type": "github"
|
||||
},
|
||||
"version": "37ffdc78ba3ded6af6550895bfc687f44f1c4af6"
|
||||
"version": "ca98eef240cd26b90ff423a836229275d4a1594f"
|
||||
},
|
||||
"wshowkeys-mao": {
|
||||
"cargoLocks": null,
|
||||
"cargoLock": null,
|
||||
"date": "2025-09-14",
|
||||
"extract": null,
|
||||
"name": "wshowkeys-mao",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
fetchgit,
|
||||
fetchurl,
|
||||
fetchFromGitHub,
|
||||
dockerTools,
|
||||
}:
|
||||
{
|
||||
OuterWildsTextAdventure = {
|
||||
pname = "OuterWildsTextAdventure";
|
||||
|
|
@ -15,18 +20,18 @@
|
|||
};
|
||||
TrackersListCollection = {
|
||||
pname = "TrackersListCollection";
|
||||
version = "61e90fe4cbf20204a0b5590df7c6d48556512185";
|
||||
version = "0c7a32db6974f0c58f30a0753f4a8d164a22262d";
|
||||
src = fetchFromGitHub {
|
||||
owner = "XIU2";
|
||||
repo = "TrackersListCollection";
|
||||
rev = "61e90fe4cbf20204a0b5590df7c6d48556512185";
|
||||
rev = "0c7a32db6974f0c58f30a0753f4a8d164a22262d";
|
||||
fetchSubmodules = false;
|
||||
deepClone = false;
|
||||
leaveDotGit = false;
|
||||
sparseCheckout = [ "all.txt" ];
|
||||
sha256 = "sha256-vJfyx/rjlLf8mJnV8Trx+hppCRyu1BfBmCOvA6YjjZc=";
|
||||
sha256 = "sha256-cydLc8KSt/Qy9n9Cq+eY6v14pZhjmQmqV16rWQda8Gw=";
|
||||
};
|
||||
date = "2026-01-23";
|
||||
date = "2026-01-31";
|
||||
};
|
||||
noto-sans-cjk = {
|
||||
pname = "noto-sans-cjk";
|
||||
|
|
@ -79,15 +84,15 @@
|
|||
};
|
||||
spotx = {
|
||||
pname = "spotx";
|
||||
version = "37ffdc78ba3ded6af6550895bfc687f44f1c4af6";
|
||||
version = "ca98eef240cd26b90ff423a836229275d4a1594f";
|
||||
src = fetchFromGitHub {
|
||||
owner = "SpotX-Official";
|
||||
repo = "SpotX-Bash";
|
||||
rev = "37ffdc78ba3ded6af6550895bfc687f44f1c4af6";
|
||||
rev = "ca98eef240cd26b90ff423a836229275d4a1594f";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-W6TGdLFPMcfaYG55fKu3ieKROBArFTg9KwW8VRBFcnI=";
|
||||
sha256 = "sha256-7u4ewbrBWu9AizkTJDW+Mo/syAmJEz5yH2vA4Zodi9c=";
|
||||
};
|
||||
date = "2026-01-14";
|
||||
date = "2026-01-27";
|
||||
};
|
||||
wshowkeys-mao = {
|
||||
pname = "wshowkeys-mao";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue