Skip to content

Commit

Permalink
Merge pull request #116715 from r-ryantm/auto-update/ibus-bamboo
Browse files Browse the repository at this point in the history
ibus-engines.bamboo: 0.6.9 -> 0.7.0
  • Loading branch information
Artturin committed Aug 8, 2021
2 parents 709741c + 0206bf6 commit 9726cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/inputmethods/ibus-engines/ibus-bamboo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "ibus-bamboo";
version = "0.6.9";
version = "0.7.0";

src = fetchFromGitHub {
owner = "BambooEngine";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7UXURvZX5UrpLHFYgBnuTX/sKQkubnBlvkSD/WBa4ZU=";
sha256 = "sha256-WKNDrm8PSU/F8MzpVsJ9oUkbolCxrwbjOZYYNiFr5Qs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9726cb2

Please sign in to comment.