Merge pull request #265170 from r-ryantm/auto-update/fcitx5-hangul

fcitx5-hangul: 5.1.0 -> 5.1.1
This commit is contained in:
OTABI Tomoya 2023-11-10 19:14:56 +09:00 committed by GitHub
commit dc1f03ad88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-hangul";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-3cJLF80oAqGSJvPPyKcHxaWysA9RtWYGgptailYd4dk=";
sha256 = "sha256-3gkZh+ZzgTdpTbQe92gxJlG0x6Yhl7LfMiFEq5mb92o=";
};
nativeBuildInputs = [