Merge pull request #228095 from r-ryantm/auto-update/ibus-engines.table-others

ibus-engines.table-others: 1.3.13 -> 1.3.15
This commit is contained in:
Weijia Wang 2023-04-25 23:50:48 +03:00 committed by GitHub
commit b6c7bb5f8e
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.13";
version = "1.3.15";
src = fetchurl {
url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-XN11iOShWyzRzmo/Ke+1Qh//o4ZhsmJWimgA1by2VZo=";
sha256 = "sha256-nOj5gwhFodZv29hAN6S8EhQ+XlWp31FDOGIXtyAOM1E=";
};
nativeBuildInputs = [ pkg-config ];