Unverified Commit f785513c authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ibus-engines.table: 1.17.6 -> 1.17.7 (#337348)

parents a1b242aa bfa81186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "ibus-table";
  version = "1.17.6";
  version = "1.17.7";

  src = fetchFromGitHub {
    owner  = "kaio";
    repo   = "ibus-table";
    rev    = version;
    sha256 = "sha256-rbtyixsDMIQAP2TLqp1KbcCUMc7cKvGQR27puJmbLno=";
    sha256 = "sha256-oofn/P3iY6dtrtS4VkoH3i21IRtIlVDyF8D+v2n+PgU=";
  };

  postPatch = ''