lol

fcitx5-hangul: 5.0.9 -> 5.0.10

xrelkd 166516b4 9c941540

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "fcitx5-hangul"; 13 - version = "5.0.9"; 13 + version = "5.0.10"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fcitx"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-jT9k5QXW3fdG6s91NjFZ3lrjADy8wxf2SRiVDSnr6So="; 19 + sha256 = "sha256-Hjnt9E24u1ycKreZf6Nb8cH7S3JKRlLSYAxhA11DMjs="; 20 20 }; 21 21 22 22 nativeBuildInputs = [