lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ibus-engines.table: 1.17.14 -> 1.17.15

R. Ryantm 477a8972 b5b18aab

+2 -2
+2 -2
pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "ibus-table"; 18 - version = "1.17.14"; 18 + version = "1.17.15"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "kaio"; 22 22 repo = "ibus-table"; 23 23 rev = version; 24 - sha256 = "sha256-BPFKxJqc/p+lzUk7MHEY2j7IL6AVC/xpo5BG5YaR3vY="; 24 + sha256 = "sha256-g3UyGbS/gtUQ54PQ0u7xRfInG+T5dkv4vF79bhXoQdY="; 25 25 }; 26 26 27 27 postPatch = ''