Merge pull request #189701 from r-ryantm/auto-update/fcitx5-configtool

authored by Sandro and committed by GitHub e0273455 8c796002

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
··· 21 21 22 22 mkDerivation rec { 23 23 pname = "fcitx5-configtool"; 24 - version = "5.0.14"; 24 + version = "5.0.15"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "fcitx"; 28 28 repo = pname; 29 29 rev = version; 30 - sha256 = "sha256-nfVdYW//ehjTFvb5ciu7ajoUB5NPZ/BkLkChJiBJPWY="; 30 + sha256 = "sha256-VTvJpQrACZ6xoXkfTqhVK2MUy9i7Snn9zVCK3dayVz0="; 31 31 }; 32 32 33 33 cmakeFlags = [