fcitx5-m17n: 5.1.2 -> 5.1.3

Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.2...5.1.3
This commit is contained in:
Vonfry 2025-02-17 19:23:17 +08:00
parent a791c7a1d7
commit a47221aca3
No known key found for this signature in database
GPG Key ID: 3DA5AB76AF957A27

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-m17n";
version = "5.1.2";
version = "5.1.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-LBFPkkBaKcVtTLKswLlr1EdCoY63nToa8I7ea1/MZeg=";
hash = "sha256-kHMCMsJ8+rI0AtS9zEE5knGvKALhgfmgS8lC/CTmYs0=";
};
nativeBuildInputs = [