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

Merge pull request #279288 from Vonfry/update/fcitx5-5.1.6

fcitx5: 5.1.5 -> 5.1.6
parents f913bb9d 69039ee2
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.3";
  version = "1.1.4";

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

+4 −4
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
, enchant
, gdk-pixbuf
, libGL
, libevent
, libuv
, libuuid
, libselinux
, libXdmcp
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "fcitx5";
  version = "5.1.5";
  version = "5.1.6";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-HclPnxeDtWzlyOEXKgTrypiHVJezuUCBhfUW+9ytPVg=";
    hash = "sha256-UZr+Ee8oNSKTv0zzuhVKDzjNaai9QaFHYMpAqzcbwrE=";
  };

  prePatch = ''
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
    wayland-protocols
    json_c
    libGL
    libevent
    libuv
    libuuid
    libselinux
    libsepol
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ in

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

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

  cmakeFlags = [
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

mkDerivation rec {
  pname = "fcitx5-configtool";
  version = "5.1.2";
  version = "5.1.3";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    sha256 = "sha256-DtMskuPpiL1GshoUH1dDazvwHDhmr9gb93V3TRIMxxg=";
    sha256 = "sha256-IwGlhIeON0SenW738p07LWZAzVDMtxOSMuUIAgfmTEg=";
  };

  cmakeFlags = [
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

mkDerivation rec {
  pname = "fcitx5-qt";
  version = "5.1.3";
  version = "5.1.4";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    sha256 = "sha256-qXQ5nvPV5YHD8MFfeqgF8kyk0zf28lWxM8SUo3T6TzA=";
    sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y=";
  };

  preConfigure = ''
Loading