Unverified Commit 3865707c authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

parents 8b5bb94f 4fc7228b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];