fcitx5-lua: 5.0.6 -> 5.0.7

This commit is contained in:
Vonfry 2022-03-10 09:49:42 +08:00
parent 883b5931a6
commit 70b6d3f045
No known key found for this signature in database
GPG key ID: EACFFD3C2B494F13

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-lua";
version = "5.0.6";
version = "5.0.7";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-6znDtU/yVAJByhCanW7KVg5Tk615aCLbFbxDMESVOlY=";
sha256 = "sha256-ZZwPjELIJczF3AJxQqJcwA6J8vGuPdit/0dEHS+g7J0=";
};
nativeBuildInputs = [