fcitx5-chewing: 5.1.2 -> 5.1.3

This commit is contained in:
R. Ryantm
2024-04-29 06:47:38 +00:00
parent f2c7ecb8a4
commit e70f330b1c
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-chewing";
version = "5.1.2";
version = "5.1.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-Zl/YlN5qIB8rjL4lPwRcKRoId0i1ovMOLJKGmTUHuwo=";
hash = "sha256-1rbpCniRPP9528qCAohN1o5198vypfWmYgCx8sd+NXU=";
};
nativeBuildInputs = [