Merge pull request #228462 from r-ryantm/auto-update/ibus-engines.table
ibus-engines.table: 1.16.13 -> 1.17.0
This commit is contained in:
commit
1bfa3185fa
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ibus-table";
|
pname = "ibus-table";
|
||||||
version = "1.16.13";
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kaio";
|
owner = "kaio";
|
||||||
repo = "ibus-table";
|
repo = "ibus-table";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-hkSUmxBC7n2VTEVfI7rLgdo//xh0iZHxnAmjOayrJu0=";
|
sha256 = "sha256-6zuSb/oNUAozzUmrIdSR6FH8xXds07MTpRVU4A19chc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue