pkgs: Sync package upstream

This commit is contained in:
ulic-youthlic 2025-07-10 21:35:13 +08:00
parent 9317743571
commit f5977b7dcc
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 26 additions and 26 deletions

View file

@ -22,7 +22,7 @@
},
"TrackersListCollection": {
"cargoLocks": null,
"date": "2025-07-04",
"date": "2025-07-10",
"extract": null,
"name": "TrackersListCollection",
"passthru": null,
@ -34,14 +34,14 @@
"name": null,
"owner": "XIU2",
"repo": "TrackersListCollection",
"rev": "1d1f4e22d9cbea323bc8e397869d9f62096af0dc",
"sha256": "sha256-Coax6wd9D4nbyutEzTzrZxPsb2NEZm/HHHvlguy7bIU=",
"rev": "90e0bda7bb2db72793260ad5e62c890232d4a5f1",
"sha256": "sha256-aiRFQfHA3/cCFwK0WCP6D+Z4Op375ldfem7tyuZ4cOY=",
"sparseCheckout": [
"all.txt"
],
"type": "github"
},
"version": "1d1f4e22d9cbea323bc8e397869d9f62096af0dc"
"version": "90e0bda7bb2db72793260ad5e62c890232d4a5f1"
},
"cliphist": {
"cargoLocks": null,
@ -158,12 +158,12 @@
"passthru": null,
"pinned": false,
"src": {
"name": "yustar_v3.8.0.zip",
"sha256": "sha256-aUMsuXkiK/FVVi6qPg+dphAOpRyGiDKsT2wD2VBShKo=",
"name": "yustar_v3.9.0.zip",
"sha256": "sha256-matIAwJeC9F0WJJZ8Qq6hJjATrLqoHOpAGRyD0eqoa8=",
"type": "url",
"url": "http://ys-j.ysepan.com/wap/zhuyuhao/91SbOjgNKE7A2PMH8A/we7hF96sa52g4EccbuakeGd8LE3NGc/宇浩星陳_v3.8.0.zip"
"url": "https://github.com/forfudan/yuhao-ime-release/releases/download/v3.9.0/yuhao_star_xingchen_v3.9.0.zip"
},
"version": "v3.8.0"
"version": "v3.9.0"
},
"spotx": {
"cargoLocks": null,

View file

@ -15,18 +15,18 @@
};
TrackersListCollection = {
pname = "TrackersListCollection";
version = "1d1f4e22d9cbea323bc8e397869d9f62096af0dc";
version = "90e0bda7bb2db72793260ad5e62c890232d4a5f1";
src = fetchFromGitHub {
owner = "XIU2";
repo = "TrackersListCollection";
rev = "1d1f4e22d9cbea323bc8e397869d9f62096af0dc";
rev = "90e0bda7bb2db72793260ad5e62c890232d4a5f1";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ "all.txt" ];
sha256 = "sha256-Coax6wd9D4nbyutEzTzrZxPsb2NEZm/HHHvlguy7bIU=";
sha256 = "sha256-aiRFQfHA3/cCFwK0WCP6D+Z4Op375ldfem7tyuZ4cOY=";
};
date = "2025-07-04";
date = "2025-07-10";
};
cliphist = {
pname = "cliphist";
@ -98,11 +98,11 @@
};
rime-yuhaostar = {
pname = "rime-yuhaostar";
version = "v3.8.0";
version = "v3.9.0";
src = fetchurl {
url = "http://ys-j.ysepan.com/wap/zhuyuhao/91SbOjgNKE7A2PMH8A/we7hF96sa52g4EccbuakeGd8LE3NGc/\23431\28009\26143\38515_v3.8.0.zip";
name = "yustar_v3.8.0.zip";
sha256 = "sha256-aUMsuXkiK/FVVi6qPg+dphAOpRyGiDKsT2wD2VBShKo=";
url = "https://github.com/forfudan/yuhao-ime-release/releases/download/v3.9.0/yuhao_star_xingchen_v3.9.0.zip";
name = "yustar_v3.9.0.zip";
sha256 = "sha256-matIAwJeC9F0WJJZ8Qq6hJjATrLqoHOpAGRyD0eqoa8=";
};
};
spotx = {

View file

@ -52,5 +52,5 @@ fetch.url = "http://wallpaper.youthlic.social/outer-wilds.3840x2160.mp4"
[rime-yuhaostar]
src.github = "forfudan/yuhao-ime-release"
fetch.url = "http://ys-j.ysepan.com/wap/zhuyuhao/91SbOjgNKE7A2PMH8A/we7hF96sa52g4EccbuakeGd8LE3NGc/宇浩星陳_$ver.zip"
fetch.url = "https://github.com/forfudan/yuhao-ime-release/releases/download/v3.9.0/yuhao_star_xingchen_$ver.zip"
url.name = "yustar_$ver.zip"

View file

@ -8,7 +8,7 @@ in
stdenv.mkDerivation {
pname = "rime-yuhaostar";
version =
if version != "v3.8.0"
if version != "v3.9.0"
then
throw ''
Please update

View file

@ -11,7 +11,7 @@ index 7b5f1cb..d82945d 100644
- { when: always, accept: "Control+period", toggle: ascii_punct }
- { when: always, accept: "Control+Shift+period", toggle: ascii_punct }
diff --git a/yustar.schema.yaml b/yustar.schema.yaml
index 96aaded..5f1adaf 100644
index e4b432c..d7a2d64 100644
--- a/yustar.schema.yaml
+++ b/yustar.schema.yaml
@@ -307,6 +307,7 @@ punctuator:
@ -23,7 +23,7 @@ index 96aaded..5f1adaf 100644
- { when: always, accept: "Control+period", toggle: ascii_punct }
- { when: always, accept: "Control+Shift+period", toggle: ascii_punct }
diff --git a/yustar_sc.schema.yaml b/yustar_sc.schema.yaml
index c2019b6..5a255ea 100644
index 806f636..ca8e2aa 100644
--- a/yustar_sc.schema.yaml
+++ b/yustar_sc.schema.yaml
@@ -301,6 +301,7 @@ punctuator:
@ -35,10 +35,10 @@ index c2019b6..5a255ea 100644
- { when: always, accept: "Control+period", toggle: ascii_punct }
- { when: always, accept: "Control+Shift+period", toggle: ascii_punct }
diff --git a/yustar_tw.schema.yaml b/yustar_tw.schema.yaml
index aa9bfdd..e08e66e 100644
index 93943fe..7054eae 100644
--- a/yustar_tw.schema.yaml
+++ b/yustar_tw.schema.yaml
@@ -298,6 +298,7 @@ punctuator:
@@ -300,6 +300,7 @@ punctuator:
"|": "|"
key_binder:

View file

@ -12,7 +12,7 @@ index 7b5f1cb..f036a64 100644
"`": "`"
"#": "#"
diff --git a/yustar.schema.yaml b/yustar.schema.yaml
index 96aaded..2805afc 100644
index e4b432c..a2da46c 100644
--- a/yustar.schema.yaml
+++ b/yustar.schema.yaml
@@ -292,7 +292,7 @@ yuhao_macro:
@ -25,7 +25,7 @@ index 96aaded..2805afc 100644
"`": "`"
"#": "#"
diff --git a/yustar_sc.schema.yaml b/yustar_sc.schema.yaml
index c2019b6..3a5a434 100644
index 806f636..c57500c 100644
--- a/yustar_sc.schema.yaml
+++ b/yustar_sc.schema.yaml
@@ -286,7 +286,7 @@ yuhao_macro:
@ -38,10 +38,10 @@ index c2019b6..3a5a434 100644
"`": "`"
"#": "#"
diff --git a/yustar_tw.schema.yaml b/yustar_tw.schema.yaml
index aa9bfdd..1530250 100644
index 93943fe..8370091 100644
--- a/yustar_tw.schema.yaml
+++ b/yustar_tw.schema.yaml
@@ -283,7 +283,7 @@ yuhao_macro:
@@ -285,7 +285,7 @@ yuhao_macro:
expr: return require("yuhao.yuhao_core").unicode()
punctuator: