fcitx5-unikey: 5.1.0 -> 5.1.1

This commit is contained in:
Vonfry 2023-09-30 16:11:01 +08:00
parent 1a7003f3ab
commit 8eeebe7288
No known key found for this signature in database
GPG key ID: E47DA4B266B726FA

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-X00/jGtbApWtS9+S6lTXJ0+BK7SUsLA1sKxq0vW1VNE=";
sha256 = "sha256-9t8YYYGTiY+HteoRI1m833ITcbYb/KpHczyUd8lllc8=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];