fcitx5-m17n: 5.1.1 -> 5.1.2

Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.1...5.1.2
This commit is contained in:
Vonfry 2024-10-09 08:34:36 +08:00
parent c5ae0643de
commit b3adf6299d
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-m17n";
version = "5.1.1";
version = "5.1.2";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-5zXLbKHcTMrX+Ux9aN2jl15Go58m7Fr7ZkFyvDGWKaw=";
hash = "sha256-LBFPkkBaKcVtTLKswLlr1EdCoY63nToa8I7ea1/MZeg=";
};
nativeBuildInputs = [