fcitx5-chewing: 5.0.10 -> 5.0.11

This commit is contained in:
R. Ryantm 2022-05-25 17:33:42 +00:00
parent f16159714c
commit 92d4e91aaf

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-chewing";
version = "5.0.10";
version = "5.0.11";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-KZ3RZ/1Pt+/eNjJ8KSSgwl1MuB1OdGGb0Kwz6hpkxPY=";
sha256 = "sha256-w5ogK0jjvAEslXiCJvuhsS+z/Afy1KqDG7PzRQ+CMkY=";
};
nativeBuildInputs = [