fcitx5-bamboo: 1.0.8 -> 1.0.9 (#456193)

This commit is contained in:
Nick Cao
2025-10-28 20:22:09 +00:00
committed by GitHub

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "fcitx5-bamboo"; pname = "fcitx5-bamboo";
version = "1.0.8"; version = "1.0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5-bamboo"; repo = "fcitx5-bamboo";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-cnrW25M9nluBLa+9Mynzkn/6AiGccSbtjS8p+L4ZDKM="; hash = "sha256-xZzIpJQMyifu4GqAwiXgwGP4wO2j4Au5qEr49Ko2FjA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };