fcitx5: 5.1.4 -> 5.1.5

Diff: https://github.com/fcitx/fcitx5/compare/5.1.4...5.1.5
This commit is contained in:
Vonfry 2023-11-09 18:34:00 +08:00
parent 295f170f7a
commit ceaf9001c5
No known key found for this signature in database
GPG Key ID: E47DA4B266B726FA

View File

@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.4";
version = "5.1.5";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc=";
hash = "sha256-HclPnxeDtWzlyOEXKgTrypiHVJezuUCBhfUW+9ytPVg=";
};
prePatch = ''