fcitx5-array: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-05-29 07:35:23 +00:00
parent 7b97a86791
commit 85fc2c9d79
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fcitx5-array";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "ray2501";
repo = "fcitx5-array";
tag = finalAttrs.version;
hash = "sha256-IIsmldCqXgVJZXS0GcxxYiwpuqPw0GdABvk94q850pQ=";
hash = "sha256-oI164h9MvK3vYwquF8icfyUzyeAhKnEWFSfs/lkwaeE=";
};
nativeBuildInputs = [