Skip to content

Commit eb01e2b

Browse files
authored
Merge pull request #329903 from r-ryantm/auto-update/ibus-engines.libpinyin
ibus-engines.libpinyin: 1.15.7 -> 1.15.8
2 parents c3e1bcb + 6176a3c commit eb01e2b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/tools/inputmethods/ibus-engines/ibus-libpinyin

1 file changed

+2
-2
lines changed

pkgs/tools/inputmethods/ibus-engines/ibus-libpinyin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "ibus-libpinyin";
23-
version = "1.15.7";
23+
version = "1.15.8";
2424

2525
src = fetchFromGitHub {
2626
owner = "libpinyin";
2727
repo = "ibus-libpinyin";
2828
rev = version;
29-
hash = "sha256-Sr0zB6VeEYGDu1gx2kTVoaTm131F4K+/QH/+ibcbMT8=";
29+
hash = "sha256-u21avBSSu/78tLoyFI9XGocC7rT/64L5HqQQj3Zg1Mc=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)