ibus-engines.bamboo: 0.7.0 -> 0.7.7 (#167901)

main
Ngô Ngọc Đức Huy 2 years ago committed by GitHub
parent a585b1c709
commit cd3794a21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/tools/inputmethods/ibus-engines/ibus-bamboo/default.nix

@ -1,5 +1,6 @@
{ lib, stdenv
, fetchFromGitHub
, glib
, gettext
, xorg
, pkg-config
@ -11,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ibus-bamboo";
version = "0.7.0";
version = "0.7.7";
src = fetchFromGitHub {
owner = "BambooEngine";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WKNDrm8PSU/F8MzpVsJ9oUkbolCxrwbjOZYYNiFr5Qs=";
sha256 = "1qdkimq4n9bxqjlnd00dggvx09cf4wqwk0kpgj01jd0i6ahggns1";
};
nativeBuildInputs = [
@ -28,6 +29,8 @@ stdenv.mkDerivation rec {
];
buildInputs = [
glib
gtk3
xorg.libX11
xorg.xorgproto
xorg.libXtst

Loading…
Cancel
Save