fcitx5-bamboo: 1.0.8 -> 1.0.9

This commit is contained in:
R. Ryantm
2025-10-27 12:39:13 +00:00
parent b48fdaf267
commit ff3be00525

View File

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