Unverified Commit 02eccd4d authored by Vonfry's avatar Vonfry
Browse files

fcitx5-configtool: 5.1.10 -> 5.1.11

parent 9d24cf1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-configtool";
  version = "5.1.10";
  version = "5.1.11";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-Py2UDBQRqvT7kwZeQIXKrIjGAbOjjxEyEfO5tdtizW4=";
    hash = "sha256-SEQelUMigcqs0C+jY+A/dfncEogzU1e5tjP+wK+MylM=";
  };

  cmakeFlags = [