libime: 1.1.5 -> 1.1.6

Diff: https://github.com/fcitx/libime/compare/1.1.5...1.1.6
This commit is contained in:
Vonfry 2024-03-01 21:59:39 +08:00
parent e2e25d84e1
commit 5870d6ea11
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.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
hash = "sha256-AvlQOpjrHSifUtWSTft2bywlWhwka26VcqqReqAlcv8=";
hash = "sha256-PhzJtAGmSkMeXMSe2uR/JKHKlZtL0e3tPDZVoRCvAis=";
fetchSubmodules = true;
};