libime: 1.0.14 -> 1.0.15

This commit is contained in:
Vonfry 2022-11-20 20:05:18 +08:00
parent d96d1620df
commit 949caf335a
No known key found for this signature in database
GPG Key ID: 7E3128A1AAF71FCC

View File

@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.0.14";
version = "1.0.15";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
sha256 = "sha256-O89Op2dxuhGgCxuy2GLI0waCgDreJKNQ5tTvsx/0/fk=";
sha256 = "sha256-QZxXhrrSkxe7bDY7V7Ns5YZaaYJiEnGmHgGLstGMBzc=";
fetchSubmodules = true;
};