Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-07 00:46:58 +00:00
committed by GitHub
56 changed files with 301 additions and 154 deletions

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-m17n";
version = "5.0.4";
version = "5.0.5";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-yI6Svr1KEdHqAX3qd7t7GvD0EcWg0A2vZpuJw1U9oKQ=";
sha256 = "sha256-duL9FgXPCr4/rMuguw8cf3EIdK6MW/alUNeh1yduY68=";
};
nativeBuildInputs = [