summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-01-18 02:26:04 +0100
committerGitHub <noreply@github.com>2020-01-18 02:26:04 +0100
commit5cda7099ae6fcc5d94d4a9979aadb55ed4162246 (patch)
treeca8c76d16c9c6c6bacbd572361695376d4d2350b /pkgs/tools/inputmethods
parent7966f10400f1f6f7f8c4aeaf2c2081008a1052bb (diff)
parenta498f3363f08c505301db11dee7414a3646dbe02 (diff)
downloadnixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar.gz
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar.bz2
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar.lz
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar.xz
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.tar.zst
nixpkgs-5cda7099ae6fcc5d94d4a9979aadb55ed4162246.zip
Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11
ibus-engines.table-others: 1.3.9 -> 1.3.11
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
index 5e839b354a3..b74378f0793 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ibus-table-others";
-  version = "1.3.9";
+  version = "1.3.11";
 
   src = fetchurl {
     url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0270a9njyzb1f8nw5w9ghwxcl3m6f13d8p8a01fjm8rnjs04mcb3";
+    sha256 = "0763wnlklcs3d8fk21nkp7dgn4qzqgxh1s24q3kl8gzgng2a88jj";
   };
 
   nativeBuildInputs = [ pkgconfig ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     isIbusEngine = true;
     description  = "Various table-based input methods for IBus";
-    homepage     = https://github.com/moebiuscurve/ibus-table-others;
+    homepage     = "https://github.com/moebiuscurve/ibus-table-others";
     license      = licenses.gpl3;
     platforms    = platforms.linux;
     maintainers  = with maintainers; [ mudri ];