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

fcitx5-unikey: 5.0.11 -> 5.0.12

parent e2af29d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-unikey";
  version = "5.0.11";
  version = "5.0.12";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = "fcitx5-unikey";
    rev = version;
    sha256 = "sha256-pFFxTk97m/ThSrJglY+tSjjKCzXbj2EukdPg8fckoDU=";
    sha256 = "sha256-LaCDDwM5idq4JEs5F0ysMZfWIEaRqMBNgIyNf9DhmhY=";
  };

  nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];