fcitx5-hangul: 5.0.11 -> 5.1.0

Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.0.11...5.1.0
This commit is contained in:
linsui 2023-08-18 16:59:53 +08:00
parent 977df4263f
commit 56a34582a7

View file

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