We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e1bcb + 6176a3c commit eb01e2bCopy full SHA for eb01e2b
pkgs/tools/inputmethods/ibus-engines/ibus-libpinyin/default.nix
@@ -20,13 +20,13 @@
20
21
stdenv.mkDerivation rec {
22
pname = "ibus-libpinyin";
23
- version = "1.15.7";
+ version = "1.15.8";
24
25
src = fetchFromGitHub {
26
owner = "libpinyin";
27
repo = "ibus-libpinyin";
28
rev = version;
29
- hash = "sha256-Sr0zB6VeEYGDu1gx2kTVoaTm131F4K+/QH/+ibcbMT8=";
+ hash = "sha256-u21avBSSu/78tLoyFI9XGocC7rT/64L5HqQQj3Zg1Mc=";
30
};
31
32
nativeBuildInputs = [
0 commit comments