libime: 1.1.2 -> 1.1.3

This commit is contained in:
Vonfry 2023-11-05 14:20:52 +08:00
parent 98a7b05e12
commit 780d12a2e6
No known key found for this signature in database
GPG key ID: E47DA4B266B726FA

View file

@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
sha256 = "sha256-0+NVGxujFOJvxX+Tk4mVYsk2Nl7WK6hjl0oylrT6PXU=";
sha256 = "sha256-C34hcea0htc9ayytjqy/t08yA2xMC18sAkDc9PK/Hhc=";
fetchSubmodules = true;
};