fcitx5-table-other: 5.0.3 -> 5.0.5

(cherry picked from commit b40e526658eceb55a3c9603ab59cfc5bdf3fb479)
This commit is contained in:
Vonfry 2021-06-02 20:44:27 +08:00 committed by github-actions[bot]
parent 5a3bcadc54
commit 835320ae4e
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5-table-other"; pname = "fcitx5-table-other";
version = "5.0.3"; version = "5.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5-table-other"; repo = pname;
rev = version; rev = version;
sha256 = "sha256-jJTFAOrBeRBoUn0mqqkX0z1zQnDOh7otMHDPmjuZbWw="; sha256 = "0z34y05sbb2qavpa6banv7xvlsmpymmm828265r8bf7r995wx8lz";
}; };
nativeBuildInputs = [ nativeBuildInputs = [