fcitx5-table-extra: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2024-01-06 06:02:30 +00:00
parent ad41959648
commit 749ce35dbf

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-table-extra";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-os2C/6r9hz/3MEAny8Klc01cRGIiKD39rdu56kQDCnQ=";
sha256 = "sha256-sQWqJHxA/vGzVI+eaRigzsgBKK68K8qY79P+WZv7gIw=";
};
nativeBuildInputs = [