Merge pull request #109426 from poscat0x04/fcitx-update-script

This commit is contained in:
Sandro
2021-01-22 14:16:42 +01:00
committed by GitHub
12 changed files with 58 additions and 23 deletions
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xcb-imdkit";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "fcitx";
repo = "xcb-imdkit";
rev = version;
sha256 = "dvax+Wj8+tHdiL6txcuugrOlRnxdIW25DYO4iNAYK8M=";
sha256 = "sha256-ISaVsMtDsyfhbhsAwDSWkQ7ZcpNtvC7M9NFQsWA5ju8=";
};
nativeBuildInputs = [