Merge pull request #121930 from r-ryantm/auto-update/fcitx5-m17n

fcitx5-m17n: 5.0.4 -> 5.0.5
This commit is contained in:
Ryan Mulligan 2021-05-06 17:14:46 -07:00 committed by GitHub
commit b340268600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [