summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-22 10:53:57 +0200
committerGitHub <noreply@github.com>2021-07-22 10:53:57 +0200
commit7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e (patch)
treea3798bb16b9a5a648f84cb6cbeb6150ed25d257d
parent15f194fde8e8f44c6ed1fb3b53233f8a493b4193 (diff)
parent4cdb8dc132ad821c343d89eb9dd90f6ee74dd4f9 (diff)
downloadnixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar.gz
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar.bz2
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar.lz
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar.xz
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.tar.zst
nixpkgs-7a40ecdfdee2af3ee5197ec9b500f2e43ec7264e.zip
Merge pull request #130900 from r-ryantm/auto-update/ibus-table-others
ibus-engines.table-others: 1.3.11 -> 1.3.12
-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 ];