fcitx5-skk: 5.0.15 -> 5.1.0

Diff: https://github.com/fcitx/fcitx5-skk/compare/5.0.15...5.1.0
This commit is contained in:
linsui 2023-08-18 17:00:22 +08:00
parent 22c0a2a73d
commit 34ba814550

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-skk";
version = "5.0.15";
version = "5.1.0";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-y5GciWJMEFQM8SsqYANXe/SdVq6GEqsfF1yrKKhw0KA=";
sha256 = "sha256-N69OyGzJGO27tsR1g06d0EILsX2mpbW/tIgeSLc06OU=";
};
nativeBuildInputs = [