Skip to content

Commit

Permalink
Merge pull request #884 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 Nov 25, 2024
2 parents 11589e3 + f6209c8 commit 93eedb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
},
"rime-ice": {
"cargoLocks": null,
"date": "2024-11-23",
"date": "2024-11-25",
"extract": null,
"name": "rime-ice",
"passthru": null,
Expand All @@ -444,13 +444,13 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "c68d2780dc022058a0fdd0357be66eaaa8216f72",
"sha256": "sha256-R6WtyA0LhonNi+LECculCsXqIW2UyXJNQ5D8jnYvpa0=",
"rev": "b4fbfa441f8535d3fcbff8e50a67ca00cfc92798",
"sha256": "sha256-/el1yRHq3eneN25v+tWjE0KJH1hVClzWgtEIdD43RIE=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/iDvel/rime-ice.git"
},
"version": "c68d2780dc022058a0fdd0357be66eaaa8216f72"
"version": "b4fbfa441f8535d3fcbff8e50a67ca00cfc92798"
},
"rime-loengfan": {
"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 @@ -284,17 +284,17 @@
};
rime-ice = {
pname = "rime-ice";
version = "c68d2780dc022058a0fdd0357be66eaaa8216f72";
version = "b4fbfa441f8535d3fcbff8e50a67ca00cfc92798";
src = fetchgit {
url = "https://github.com/iDvel/rime-ice.git";
rev = "c68d2780dc022058a0fdd0357be66eaaa8216f72";
rev = "b4fbfa441f8535d3fcbff8e50a67ca00cfc92798";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-R6WtyA0LhonNi+LECculCsXqIW2UyXJNQ5D8jnYvpa0=";
sha256 = "sha256-/el1yRHq3eneN25v+tWjE0KJH1hVClzWgtEIdD43RIE=";
};
date = "2024-11-23";
date = "2024-11-25";
};
rime-loengfan = {
pname = "rime-loengfan";
Expand Down

0 comments on commit 93eedb0

Please sign in to comment.