fcitx5-configtool: 5.1.4 -> 5.1.5

Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.4...5.1.5

Vonfry 5c10bd67 a7c482c1

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "fcitx5-configtool"; 32 - version = "5.1.4"; 32 + version = "5.1.5"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "fcitx"; 36 36 repo = pname; 37 37 rev = version; 38 - sha256 = "sha256-jYO1jdiuDjt6e98qhwMpTQTnGxoIYWMKkORGJbmk3mk="; 38 + hash = "sha256-MMrhJwG3FApYopXys2CpavHBOm8h+wBoDN4T5e2bzH4="; 39 39 }; 40 40 41 41 cmakeFlags = [