Commit 5a032a2d authored by R. RyanTM's avatar R. RyanTM
Browse files

fcitx5-mcbopomofo: 2.9.5 -> 3.0

parent 37623ad7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fcitx5-mcbopomofo";
  version = "2.9.5";
  version = "3.0";

  src = fetchFromGitHub {
    owner = "openvanilla";
    repo = "fcitx5-mcbopomofo";
    rev = finalAttrs.version;
    hash = "sha256-efpVvWchJywKyGu7I6pNRVKJhIv01iKAXFCJ+7kcMwc=";
    hash = "sha256-yeqNiRiV/RXyFAlEfvsTLcw+AD/qZNvPLr34Cvqe360=";
  };

  nativeBuildInputs = [