Merge pull request #279074 from r-ryantm/auto-update/fcitx5-gtk

fcitx5-gtk: 5.1.0 -> 5.1.1
This commit is contained in:
Nick Cao
2024-01-06 11:22:49 -05:00
committed by GitHub
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-gtk";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-xVBmFFUnlWqviht/KGFTHCd3xCln/6hyBG72tIHqopc=";
sha256 = "sha256-Ex24cHTsYsZjP8o+vrCdgGogk1UotWpd8xaLZAqzgaQ=";
};
outputs = [ "out" "dev" ];