ibus-engines.table: 1.12.3 -> 1.12.4

This commit is contained in:
R. RyanTM 2021-02-17 00:11:22 +00:00 committed by Frederik Rietdijk
parent 305267aacb
commit ddd71dd0c9
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ibus-table"; pname = "ibus-table";
version = "1.12.3"; version = "1.12.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kaio"; owner = "kaio";
repo = "ibus-table"; repo = "ibus-table";
rev = version; rev = version;
sha256 = "sha256-iVbct7p+i8ifSQzOFUUnJU0RHX36cFiTlv7p79iawj8="; sha256 = "sha256-2qST5k2+8gfSf1/FaxXW4qwSQgNw/QKM+1mMWDdrjCU=";
}; };
postPatch = '' postPatch = ''