Unverified Commit 7292f101 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

fcitx5-table-extra: 5.1.9 -> 5.1.10 (#473722)

parents 793630a9 42860ea7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-table-extra";
  version = "5.1.9";
  version = "5.1.10";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-ISfpS48J9gfnYTKCgfV0XQ30J/yYoX+HbyNQDIEHVdw=";
    hash = "sha256-u1ZNMKSAuevW3s0WB5RovWEyewAwxMXq8NUEzuibR3U=";
  };

  nativeBuildInputs = [