Merge pull request #130900 from r-ryantm/auto-update/ibus-table-others

ibus-engines.table-others: 1.3.11 -> 1.3.12
This commit is contained in:
Sandro 2021-07-22 10:53:57 +02:00 committed by GitHub
commit 7a40ecdfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];