Unverified Commit e01565fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265589 from Vonfry/update/fcitx5-1.5.4

fcitx5: 5.1.1 -> 5.1.5
parents acf9bb5c ceaf9001
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "libime";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = "libime";
    rev = version;
    sha256 = "sha256-0+NVGxujFOJvxX+Tk4mVYsk2Nl7WK6hjl0oylrT6PXU=";
    sha256 = "sha256-C34hcea0htc9ayytjqy/t08yA2xMC18sAkDc9PK/Hhc=";
    fetchSubmodules = true;
  };

+2 −2
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "fcitx5";
  version = "5.1.1";
  version = "5.1.5";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0=";
    hash = "sha256-HclPnxeDtWzlyOEXKgTrypiHVJezuUCBhfUW+9ytPVg=";
  };

  prePatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-anthy";
  version = "5.1.1";
  version = "5.1.2";

  src = fetchurl {
    url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.xz";
    sha256 = "sha256-kUelkzVr1zOC4bbNP2EFPnhtygkJnKCFdlHeSkBGLGw=";
    sha256 = "sha256-7kKHes8jacDQcOQsngstzTrRoc81ybQoSyrY4s8KPSg=";
  };

  nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-chewing";
  version = "5.1.0";
  version = "5.1.1";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    sha256 = "sha256-Zjwt7JHwCfXlY46qRTXSmXI69fANZNI7DY1ixpMEqPM=";
    sha256 = "sha256-boIkbtNLPTNXY9e5gdQklhJuDU36ZswOqY2X8nRKqho=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ in

mkDerivation rec {
  pname = "fcitx5-chinese-addons";
  version = "5.1.1";
  version = "5.1.2";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    sha256 = "sha256-XC8NQYVvGhh6GFrKtJi9GeBHxWrtw9DJzeeDvKAQEdk=";
    sha256 = "sha256-DrgZlj3SUR1lFVvDXoCKvil22YRW6YJkGwihdGdWaHM=";
  };

  cmakeFlags = [
Loading