mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
fcitx5: 5.1.4 -> 5.1.5
Diff: https://github.com/fcitx/fcitx5/compare/5.1.4...5.1.5
This commit is contained in:
parent
295f170f7a
commit
ceaf9001c5
@ -43,13 +43,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fcitx5";
|
||||
version = "5.1.4";
|
||||
version = "5.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fcitx";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc=";
|
||||
hash = "sha256-HclPnxeDtWzlyOEXKgTrypiHVJezuUCBhfUW+9ytPVg=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user