Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ibus-engines.table-others: 1.3.20 -> 1.3.21

R. Ryantm ff82dbd1 cc1dd948

+2 -2
+2 -2
pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "ibus-table-others"; 13 - version = "1.3.20"; 13 + version = "1.3.21"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz"; 17 - hash = "sha256-mi2vF+OH3c9lgWFxswzCbENCleTWLHNE8clzZcdcwfM="; 17 + hash = "sha256-/3ZDQCc/u2HKlL0+kZ0g4Gbjrkk++l3lSrWQz7CvwaQ="; 18 18 }; 19 19 20 20 nativeBuildInputs = [