ibus-engines.table-others: 1.3.17 -> 1.3.18 (#343970)

This commit is contained in:
OTABI Tomoya 2024-09-30 21:53:41 +09:00 committed by GitHub
commit 3865707c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ibus-table-others";
version = "1.3.17";
version = "1.3.18";
src = fetchurl {
url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-7//axHjQ1LgLpeWR4MTI8efLURm4Umj4JV3G33Y0m0g=";
hash = "sha256-4ZM5WZPh6Y5M50KDS+86j00v4pWTRdcdVYh4DcEYXAA=";
};
nativeBuildInputs = [ pkg-config python3 ];