libime: 1.1.12 -> 1.1.14

Diff: https://github.com/fcitx/libime/compare/1.1.12...1.1.14
This commit is contained in:
Vonfry
2026-03-18 17:57:48 -04:00
committed by Nick Cao
parent 925ca27320
commit 3c14dd3933
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "libime";
version = "1.1.12";
version = "1.1.14";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
tag = finalAttrs.version;
hash = "sha256-LqbwXpmqUCbaKHaaE9pOrHb1Qdp20/S3QEf9F4/3oiE=";
hash = "sha256-q9OSY1q4MNlFqw6lRMrHO6QT9xP8Czz4b4M0BuIkp34=";
fetchSubmodules = true;
};