mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
ibus-engines.table: 1.17.6 -> 1.17.7 (#337348)
This commit is contained in:
commit
f785513c20
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ibus-table";
|
pname = "ibus-table";
|
||||||
version = "1.17.6";
|
version = "1.17.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kaio";
|
owner = "kaio";
|
||||||
repo = "ibus-table";
|
repo = "ibus-table";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-rbtyixsDMIQAP2TLqp1KbcCUMc7cKvGQR27puJmbLno=";
|
sha256 = "sha256-oofn/P3iY6dtrtS4VkoH3i21IRtIlVDyF8D+v2n+PgU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user