summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-21 02:49:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-21 02:49:01 +0000
commit4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9 (patch)
tree07ef5bd4d7a8c492e050a526a4d0b387113f9141 /pkgs/tools
parent4218023470e5d24f3f571963ba54c74327e6c1fe (diff)
downloadnixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar.gz
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar.bz2
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar.lz
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar.xz
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.tar.zst
nixpkgs-4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9.zip
ibus-engines.table-others: 1.3.11 -> 1.3.12
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix4
1 files changed, 2 insertions, 2 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 258ab93689b..18fc21e9808 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.11";
+  version = "1.3.12";
 
   src = fetchurl {
     url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0763wnlklcs3d8fk21nkp7dgn4qzqgxh1s24q3kl8gzgng2a88jj";
+    sha256 = "sha256-2k7JtLr+zO71rbTz11CCiIPx+orn0dw/Y8m47WfRDEU=";
   };
 
   nativeBuildInputs = [ pkg-config ];