Commit 06999a6d authored by R. RyanTM's avatar R. RyanTM
Browse files

fcitx5-mcbopomofo: 2.9.2 -> 2.9.4

parent 39a15b69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-mcbopomofo";
  version = "2.9.2";
  version = "2.9.4";

  src = fetchFromGitHub {
    owner = "openvanilla";
    repo = "fcitx5-mcbopomofo";
    rev = version;
    hash = "sha256-2TWJsEScC5rMz5dowJOQHA2Mjzsq+d9n2lKXdEWiELU=";
    hash = "sha256-4nJrNAAh7N2hJW/+cKz2pmu004VXAkuw9y0PJ7ktIug=";
  };

  nativeBuildInputs = [