fcitx5-chewing: 5.0.11 -> 5.0.12

This commit is contained in:
xrelkd 2022-07-05 22:24:32 +08:00
parent f32ab0fd3b
commit 58c7532c55
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-chewing";
version = "5.0.11";
version = "5.0.12";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-w5ogK0jjvAEslXiCJvuhsS+z/Afy1KqDG7PzRQ+CMkY=";
sha256 = "sha256-3VC6hp8WN6Ttfw5TcpgjTUYxXJxmU6SUw7ZfjR+Laig=";
};
nativeBuildInputs = [