mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
fcitx5-sitelen-pona: 1.1.0 -> 1.2.0
This commit is contained in:
@@ -5,17 +5,18 @@
|
||||
libime,
|
||||
fcitx5,
|
||||
qt6Packages,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "fcitx5-sitelen-pona";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Toastberries";
|
||||
repo = "fcitx5-sitelen-pona";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ZLp/p5umewp1seXFPtMevVBXfoNwHXAojYl5jWHHsTU=";
|
||||
hash = "sha256-/pauEuE+hNdWhAz4CnSqySnF0h1toNGngHKOO9ntDnY=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -54,6 +55,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
inherit (fcitx5.meta) platforms;
|
||||
description = "IME using Fcitx5 for writing toki pona's sitelen pona glyphs";
|
||||
|
||||
Reference in New Issue
Block a user