Unverified Commit 09f3614b authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

fcitx5 and its addons update to 5.1.16 (#455690)

parents e6dc3d56 471dfbb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "libime";
  version = "1.1.11";
  version = "1.1.12";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = "libime";
    tag = version;
    hash = "sha256-C9l7VBSUdSpnt+8ghdmLljZXHFswTyi/ItqeeYTjF4Y=";
    hash = "sha256-LqbwXpmqUCbaKHaaE9pOrHb1Qdp20/S3QEf9F4/3oiE=";
    fetchSubmodules = true;
  };

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

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-wLJZyoWjf02+m8Kw+IcfbZY2NnjMGtCWur2+w141eS4=";
    hash = "sha256-aedYDpxYeUXadJnV+u1cQrNGoiW8WZKAgP4eNcvkScI=";
  };

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

stdenv.mkDerivation rec {
  pname = "fcitx5-anthy";
  version = "5.1.7";
  version = "5.1.8";

  src = fetchurl {
    url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.zst";
    hash = "sha256-lY5GFbeIee7u1NsLbkYt6BvST9lidvZLpaylL0wE2+0=";
    hash = "sha256-O/fpLWh5eE22lZEz4cyI60Xf/rTWpTCWjAib3y0Yac8=";
  };

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

stdenv.mkDerivation rec {
  pname = "fcitx5-chewing";
  version = "5.1.8";
  version = "5.1.9";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-On8lbZL7hyY399a/q6iCNkDvRljv3zirzEO1wIG+MNE=";
    hash = "sha256-xl6jNC1tud121rnUFsphF0A739W16Vb9Qx4v1+vu99U=";
  };

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

stdenv.mkDerivation rec {
  pname = "fcitx5-chinese-addons";
  version = "5.1.9";
  version = "5.1.10";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-xHLd7X9IdYTsVyqbghVzdC2i9AVipFHKRxP2Zqq7zGw=";
    hash = "sha256-kVBDfr8NKsQQQX69N3/fVqJgObRNSX2p0GNSUjbZvcg=";
  };

  nativeBuildInputs = [
Loading