pkgs: Sync package upstream

This commit is contained in:
ulic-youthlic 2025-07-13 01:46:58 +08:00
parent 36e97c0c31
commit d7fb8fd81d
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 17 additions and 17 deletions

View file

@ -22,11 +22,11 @@
}, },
"TrackersListCollection": { "TrackersListCollection": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-07-10", "date": "2025-07-13",
"extract": null, "extract": null,
"name": "TrackersListCollection", "name": "TrackersListCollection",
"passthru": null, "passthru": null,
"pinned": true, "pinned": false,
"src": { "src": {
"deepClone": false, "deepClone": false,
"fetchSubmodules": false, "fetchSubmodules": false,
@ -34,14 +34,14 @@
"name": null, "name": null,
"owner": "XIU2", "owner": "XIU2",
"repo": "TrackersListCollection", "repo": "TrackersListCollection",
"rev": "90e0bda7bb2db72793260ad5e62c890232d4a5f1", "rev": "6afd29280437541da29a843332696f241d570c07",
"sha256": "sha256-aiRFQfHA3/cCFwK0WCP6D+Z4Op375ldfem7tyuZ4cOY=", "sha256": "sha256-Pay01KNbNXpTxS9q//85/iF5CuveqcU7oHhzJPEbtCM=",
"sparseCheckout": [ "sparseCheckout": [
"all.txt" "all.txt"
], ],
"type": "github" "type": "github"
}, },
"version": "90e0bda7bb2db72793260ad5e62c890232d4a5f1" "version": "6afd29280437541da29a843332696f241d570c07"
}, },
"cliphist": { "cliphist": {
"cargoLocks": null, "cargoLocks": null,
@ -167,7 +167,7 @@
}, },
"spotx": { "spotx": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-07-02", "date": "2025-07-11",
"extract": null, "extract": null,
"name": "spotx", "name": "spotx",
"passthru": null, "passthru": null,
@ -179,12 +179,12 @@
"name": null, "name": null,
"owner": "SpotX-Official", "owner": "SpotX-Official",
"repo": "SpotX-Bash", "repo": "SpotX-Bash",
"rev": "a0df4fcaace5efc1b58acd39b2c4d1750bb81057", "rev": "0172f4d10bee792adc505551a0b7300df2f16b9b",
"sha256": "sha256-H8AG9WOodmPFBoHGwZ8qs55bb4myyKrRLsUmepvzYtQ=", "sha256": "sha256-9Gf6EEJYluO+HTIOdvOQ4pfOnCGm29NwdFEehFGL3Es=",
"sparseCheckout": [], "sparseCheckout": [],
"type": "github" "type": "github"
}, },
"version": "a0df4fcaace5efc1b58acd39b2c4d1750bb81057" "version": "0172f4d10bee792adc505551a0b7300df2f16b9b"
}, },
"tree-sitter-idris": { "tree-sitter-idris": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -15,18 +15,18 @@
}; };
TrackersListCollection = { TrackersListCollection = {
pname = "TrackersListCollection"; pname = "TrackersListCollection";
version = "90e0bda7bb2db72793260ad5e62c890232d4a5f1"; version = "6afd29280437541da29a843332696f241d570c07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XIU2"; owner = "XIU2";
repo = "TrackersListCollection"; repo = "TrackersListCollection";
rev = "90e0bda7bb2db72793260ad5e62c890232d4a5f1"; rev = "6afd29280437541da29a843332696f241d570c07";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sparseCheckout = [ "all.txt" ]; sparseCheckout = [ "all.txt" ];
sha256 = "sha256-aiRFQfHA3/cCFwK0WCP6D+Z4Op375ldfem7tyuZ4cOY="; sha256 = "sha256-Pay01KNbNXpTxS9q//85/iF5CuveqcU7oHhzJPEbtCM=";
}; };
date = "2025-07-10"; date = "2025-07-13";
}; };
cliphist = { cliphist = {
pname = "cliphist"; pname = "cliphist";
@ -107,15 +107,15 @@
}; };
spotx = { spotx = {
pname = "spotx"; pname = "spotx";
version = "a0df4fcaace5efc1b58acd39b2c4d1750bb81057"; version = "0172f4d10bee792adc505551a0b7300df2f16b9b";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SpotX-Official"; owner = "SpotX-Official";
repo = "SpotX-Bash"; repo = "SpotX-Bash";
rev = "a0df4fcaace5efc1b58acd39b2c4d1750bb81057"; rev = "0172f4d10bee792adc505551a0b7300df2f16b9b";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-H8AG9WOodmPFBoHGwZ8qs55bb4myyKrRLsUmepvzYtQ="; sha256 = "sha256-9Gf6EEJYluO+HTIOdvOQ4pfOnCGm29NwdFEehFGL3Es=";
}; };
date = "2025-07-02"; date = "2025-07-11";
}; };
tree-sitter-idris = { tree-sitter-idris = {
pname = "tree-sitter-idris"; pname = "tree-sitter-idris";