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

fcitx5-m17n: 5.0.8 -> 5.0.9
This commit is contained in:
Bobby Rong 2022-05-26 21:09:30 +08:00 committed by GitHub
commit 23c005ab6d
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.8";
version = "5.0.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-Mh3a7PzfNmGGXzKb/6QUgLmRw7snsM3WSOduFdxj6OM=";
sha256 = "sha256-JySEzWyPZqVrvgRA4Hc0ZSGLdS29n8uoSQsFEMK6kbs=";
};
nativeBuildInputs = [