Merge pull request #24506 from laMudri/ibus-table
ibus-table: 1.9.14 -> 1.9.16
This commit is contained in:
commit
58de703c86
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ibus-table-${version}";
|
name = "ibus-table-${version}";
|
||||||
version = "1.9.14";
|
version = "1.9.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kaio";
|
owner = "kaio";
|
||||||
repo = "ibus-table";
|
repo = "ibus-table";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1mkx03iqrq5yq57y7hjqcmxfh41dsjykyyl70d41dflcgp5q2nhw";
|
sha256 = "1gkb6nsibk59kp404b394sg638jgah2a2b6ffq3gkacqg5j30wjb";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user