fcitx5-gtk: 5.1.1 -> 5.1.2

Diff: https://github.com/fcitx/fcitx5-gtk/compare/5.1.1...5.1.2
This commit is contained in:
Vonfry 2024-03-01 22:00:12 +08:00
parent 5a7d6c3698
commit 0237047987
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-gtk";
version = "5.1.1";
version = "5.1.2";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-Ex24cHTsYsZjP8o+vrCdgGogk1UotWpd8xaLZAqzgaQ=";
sha256 = "sha256-iNqY/VORDEPR4rc0LjVgcojZlMcT+LBdrdOwBkC5Vkk=";
};
outputs = [ "out" "dev" ];