chore: Update flake inputs and pkgs' upstream

This commit is contained in:
ulic-youthlic 2025-11-07 13:36:13 +08:00
parent 227d5e7812
commit f6493cacec
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 146 additions and 146 deletions

View file

@ -22,7 +22,7 @@
},
"TrackersListCollection": {
"cargoLocks": null,
"date": "2025-10-20",
"date": "2025-11-07",
"extract": null,
"name": "TrackersListCollection",
"passthru": null,
@ -34,14 +34,14 @@
"name": null,
"owner": "XIU2",
"repo": "TrackersListCollection",
"rev": "98a1b6882702723217dc1d089872179fd63609a5",
"sha256": "sha256-Bs7/VYu8JTWcPNG2MgUd13qeA51kq35LVCSFlu95IaY=",
"rev": "8a2547cee4f92f12ec58923ce4ec065b73357f2b",
"sha256": "sha256-Y9o86dtvuu4ELF816ln4+jLXduUvBVhTJQcb5mB9ij8=",
"sparseCheckout": [
"all.txt"
],
"type": "github"
},
"version": "98a1b6882702723217dc1d089872179fd63609a5"
"version": "8a2547cee4f92f12ec58923ce4ec065b73357f2b"
},
"cliphist": {
"cargoLocks": null,
@ -188,7 +188,7 @@
},
"spotx": {
"cargoLocks": null,
"date": "2025-10-17",
"date": "2025-10-22",
"extract": null,
"name": "spotx",
"passthru": null,
@ -200,12 +200,12 @@
"name": null,
"owner": "SpotX-Official",
"repo": "SpotX-Bash",
"rev": "49d01737d175fd2d8b7dc415498bee4099ffae22",
"sha256": "sha256-OTWfBCIJXLd+Jlnkx45CSO/Zpvc4QHtvb+ROpDgaJLw=",
"rev": "de9c99a1f2c74ee722b3216ca28c8f7f76ac206d",
"sha256": "sha256-p93UHSAZGskvt26vtDipXFBN/Biola1gK1QHS6EsYAE=",
"sparseCheckout": [],
"type": "github"
},
"version": "49d01737d175fd2d8b7dc415498bee4099ffae22"
"version": "de9c99a1f2c74ee722b3216ca28c8f7f76ac206d"
},
"tree-sitter-idris": {
"cargoLocks": null,

View file

@ -15,18 +15,18 @@
};
TrackersListCollection = {
pname = "TrackersListCollection";
version = "98a1b6882702723217dc1d089872179fd63609a5";
version = "8a2547cee4f92f12ec58923ce4ec065b73357f2b";
src = fetchFromGitHub {
owner = "XIU2";
repo = "TrackersListCollection";
rev = "98a1b6882702723217dc1d089872179fd63609a5";
rev = "8a2547cee4f92f12ec58923ce4ec065b73357f2b";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ "all.txt" ];
sha256 = "sha256-Bs7/VYu8JTWcPNG2MgUd13qeA51kq35LVCSFlu95IaY=";
sha256 = "sha256-Y9o86dtvuu4ELF816ln4+jLXduUvBVhTJQcb5mB9ij8=";
};
date = "2025-10-20";
date = "2025-11-07";
};
cliphist = {
pname = "cliphist";
@ -119,15 +119,15 @@
};
spotx = {
pname = "spotx";
version = "49d01737d175fd2d8b7dc415498bee4099ffae22";
version = "de9c99a1f2c74ee722b3216ca28c8f7f76ac206d";
src = fetchFromGitHub {
owner = "SpotX-Official";
repo = "SpotX-Bash";
rev = "49d01737d175fd2d8b7dc415498bee4099ffae22";
rev = "de9c99a1f2c74ee722b3216ca28c8f7f76ac206d";
fetchSubmodules = false;
sha256 = "sha256-OTWfBCIJXLd+Jlnkx45CSO/Zpvc4QHtvb+ROpDgaJLw=";
sha256 = "sha256-p93UHSAZGskvt26vtDipXFBN/Biola1gK1QHS6EsYAE=";
};
date = "2025-10-17";
date = "2025-10-22";
};
tree-sitter-idris = {
pname = "tree-sitter-idris";