Skip to content

Commit

Permalink
Merge pull request #720 from linyinfeng/create-pull-request/update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
mergify[bot] authored May 24, 2024
2 parents 8bd03a6 + 23a2eb8 commit 11c8044
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
},
"rime-luna-pinyin": {
"cargoLocks": null,
"date": "2023-02-04",
"date": "2024-05-24",
"extract": null,
"name": "rime-luna-pinyin",
"passthru": null,
Expand All @@ -461,12 +461,12 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "79aeae200a7370720be98232844c0715f277e1c0",
"sha256": "sha256-+pqjpYfXTdou8EofFsjUyArOs+CjJchwXbMVhGFxbhs=",
"rev": "44e555d1090a56d62a41a58153088406bcf87abd",
"sha256": "sha256-a4E/jFGr8XbNaLnEZF3eOOCsmSC9xDwvU/Edo8p6FOQ=",
"type": "git",
"url": "https://github.com/rime/rime-luna-pinyin.git"
},
"version": "79aeae200a7370720be98232844c0715f277e1c0"
"version": "44e555d1090a56d62a41a58153088406bcf87abd"
},
"rime-pinyin-simp": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -300,16 +300,16 @@
};
rime-luna-pinyin = {
pname = "rime-luna-pinyin";
version = "79aeae200a7370720be98232844c0715f277e1c0";
version = "44e555d1090a56d62a41a58153088406bcf87abd";
src = fetchgit {
url = "https://github.com/rime/rime-luna-pinyin.git";
rev = "79aeae200a7370720be98232844c0715f277e1c0";
rev = "44e555d1090a56d62a41a58153088406bcf87abd";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-+pqjpYfXTdou8EofFsjUyArOs+CjJchwXbMVhGFxbhs=";
sha256 = "sha256-a4E/jFGr8XbNaLnEZF3eOOCsmSC9xDwvU/Edo8p6FOQ=";
};
date = "2023-02-04";
date = "2024-05-24";
};
rime-pinyin-simp = {
pname = "rime-pinyin-simp";
Expand Down

0 comments on commit 11c8044

Please sign in to comment.