Unverified Commit f3196e72 authored by Vonfry's avatar Vonfry
Browse files

fcitx5-anthy: 5.1.1 -> 5.1.2

parent af561add
Loading
Loading
Loading
Loading
+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 ];