Skip to content

Commit

Permalink
fcitx5-unikey: 5.1.4 -> 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonfry committed Oct 9, 2024
1 parent e54e842 commit 2615479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.1.4";
version = "5.1.5";

src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
hash = "sha256-BwKlhb3nIzBgD3XSuDOH6f2sFbtx8cc4R4qC5ZQrZus=";
hash = "sha256-CcyDK+knBXh2P+g3aB0Cv8F5BX7uCRbYwHjMEYo9k8A=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2615479

Please sign in to comment.