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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libime"; pname = "libime";
version = "1.0.2"; version = "1.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "libime"; repo = "libime";
rev = version; rev = version;
sha256 = "hDfxuDIj9qx5d+UFwxDdP2PCboPnUV1n+VVoEIGsucM="; sha256 = "sha256-Ykj4/3yKUqK0BRqW1E2zFYNgeUOXQ1DsotmKU6c8vEg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };