libime: 1.0.2 -> 1.0.3

This commit is contained in:
Poscat 2021-01-16 11:15:39 +08:00
parent 13f5c8013f
commit 63e22d6af0
No known key found for this signature in database
GPG key ID: 2D2595A00D08ACE0

View file

@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
sha256 = "hDfxuDIj9qx5d+UFwxDdP2PCboPnUV1n+VVoEIGsucM=";
sha256 = "sha256-Ykj4/3yKUqK0BRqW1E2zFYNgeUOXQ1DsotmKU6c8vEg=";
fetchSubmodules = true;
};