libime: 1.1.0 -> 1.1.2
This commit is contained in:
parent
6c681f121f
commit
35d8d1c9e7
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
, boost
|
, boost
|
||||||
, python3
|
, python3
|
||||||
, fcitx5
|
, fcitx5
|
||||||
|
, zstd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -27,13 +28,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libime";
|
pname = "libime";
|
||||||
version = "1.1.0";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = "libime";
|
repo = "libime";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-r1Px93Ly7FzcRaPUNTHNcedzHPHocnUj8t8VMZqXkFM=";
|
sha256 = "sha256-0+NVGxujFOJvxX+Tk4mVYsk2Nl7WK6hjl0oylrT6PXU=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
zstd
|
||||||
boost
|
boost
|
||||||
fcitx5
|
fcitx5
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue