libime: 1.1.7 -> 1.1.8

Diff: https://github.com/fcitx/libime/compare/1.1.7...1.1.8
This commit is contained in:
Vonfry 2024-06-01 20:05:48 +08:00
parent 61c1d28215
commit 2d40a73ceb
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.1.7";
version = "1.1.8";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
hash = "sha256-I8zznZlMz1U2DAVYkvtF1thEYz/tIEbA682y7czK5ck=";
hash = "sha256-uT0V1CXPaF2FctsndxVszS7Qske6vObbOA4aOnmbdQY=";
fetchSubmodules = true;
};