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 { stdenv.mkDerivation rec {
pname = "fcitx5-chewing"; pname = "fcitx5-chewing";
version = "5.0.10"; version = "5.0.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-KZ3RZ/1Pt+/eNjJ8KSSgwl1MuB1OdGGb0Kwz6hpkxPY="; sha256 = "sha256-w5ogK0jjvAEslXiCJvuhsS+z/Afy1KqDG7PzRQ+CMkY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [