Commit ee7823f3 authored by R. RyanTM's avatar R. RyanTM
Browse files

kdePackages.fcitx5-configtool: 5.1.12 -> 5.1.13

parent 9024df32
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.12";
  version = "5.1.13";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-XwVvkxG5627E5BE2Yp0w/mFjaG1nYa0Olm8Gz6V4+eA=";
    hash = "sha256-STx2S5fuaZCsGoM8nsihYoW+C1GdkD3K7pT84aMRI9c=";
  };

  cmakeFlags = [