libime: 1.1.11 -> 1.1.12

Diff: https://github.com/fcitx/libime/compare/1.1.11...1.1.12
This commit is contained in:
Vonfry
2025-10-26 01:52:09 +00:00
parent 75762615e9
commit e2af535267

View File

@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.1.11";
version = "1.1.12";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
tag = version;
hash = "sha256-C9l7VBSUdSpnt+8ghdmLljZXHFswTyi/ItqeeYTjF4Y=";
hash = "sha256-LqbwXpmqUCbaKHaaE9pOrHb1Qdp20/S3QEf9F4/3oiE=";
fetchSubmodules = true;
};