Unverified Commit 8754ce75 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fcitx5-table-other: 5.1.5 -> 5.1.6 (#501003)

parents 758416c9 e410bf22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-table-other";
  version = "5.1.5";
  version = "5.1.6";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-hoAaismWfiVIYs780oiwwA3syjBnYNQ5nYbhlBbAAKw=";
    hash = "sha256-hqFui1Ycxih7I7VjUjfJe6V5I9RyamyNi6aZKcWGrWU=";
  };

  nativeBuildInputs = [