fcitx5-gtk: 5.1.2 -> 5.1.3

Diff: https://github.com/fcitx/fcitx5-gtk/compare/5.1.2...5.1.3
This commit is contained in:
Vonfry 2024-04-23 18:47:44 +08:00
parent 5c10bd67ae
commit b42d619b0d
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5
1 changed files with 2 additions and 2 deletions

View File

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