fcitx5-bamboo: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm
2025-02-20 15:19:09 +00:00
parent d8657587c0
commit c780b282fa

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fcitx5-bamboo";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-bamboo";
rev = finalAttrs.version;
hash = "sha256-lWWSk5HxWFJKoE3Rf2s4sYhTSLKDnmPCzYGR/NscqFY=";
hash = "sha256-yvyJHIXUYpOIeiSQasSRKTbN4Z0BAjohz8VlZKqMg0Q=";
fetchSubmodules = true;
};