libime: 1.1.3 -> 1.1.4

Diff: https://github.com/fcitx/libime/compare/1.1.3...1.1.4
This commit is contained in:
Vonfry
2024-01-07 12:29:23 +08:00
parent 6c61e1affb
commit 69039ee266
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
sha256 = "sha256-C34hcea0htc9ayytjqy/t08yA2xMC18sAkDc9PK/Hhc=";
sha256 = "sha256-cjlclemt4xsQcpmZ8CflN79QkOE4m07O4hLOQcLF1nA=";
fetchSubmodules = true;
};