Unverified Commit 9d24cf1d authored by Vonfry's avatar Vonfry
Browse files

fcitx5-chinese-addons: 5.1.9 -> 5.1.10

parent 1b7af43c
Loading
Loading
Loading
Loading
+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 = [