fcitx5-lotus: 3.4.1 -> 3.5.2 (#553107)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-15 20:45:16 +00:00
committed by GitHub

View File

@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "fcitx5-lotus";
version = "3.4.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "LotusInputMethod";
repo = "fcitx5-lotus";
rev = "v${finalAttrs.version}";
hash = "sha256-8JL/DblBSwlnc9iXVbmqtTGRYy+8ioimWZeyZRWN0qo=";
hash = "sha256-TflLGUtQBYVjJ6a/vTJa7a3HyVKxb6s9Rzh6FyT4010=";
fetchSubmodules = true;
};