fcitx5: 5.0.22 -> 5.0.23
Diff: https://github.com/fcitx/fcitx5/compare/5.0.22...5.0.23
This commit is contained in:
parent
147d90b84d
commit
52d111998f
@ -1,4 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -35,18 +36,18 @@ let
|
|||||||
enDictVer = "20121020";
|
enDictVer = "20121020";
|
||||||
enDict = fetchurl {
|
enDict = fetchurl {
|
||||||
url = "https://download.fcitx-im.org/data/en_dict-${enDictVer}.tar.gz";
|
url = "https://download.fcitx-im.org/data/en_dict-${enDictVer}.tar.gz";
|
||||||
sha256 = "1svcb97sq7nrywp5f2ws57cqvlic8j6p811d9ngflplj8xw5sjn4";
|
hash = "sha256-xEpdeEeSXuqeTS0EdI1ELNKN2SmaC1cu99kerE9abOs=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fcitx5";
|
pname = "fcitx5";
|
||||||
version = "5.0.22";
|
version = "5.0.23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-9/5I/ZOJvqAx4UpXOeDrU9SKPV68HdRrWI9IzBZEctk=";
|
hash = "sha256-zS25XeNtBN7QIi+Re/p1uLoH/Q4xKAsFrEmgk2LYRu8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user