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
|
||||
, python3
|
||||
, fcitx5
|
||||
, zstd
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -27,13 +28,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libime";
|
||||
version = "1.1.0";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fcitx";
|
||||
repo = "libime";
|
||||
rev = version;
|
||||
sha256 = "sha256-r1Px93Ly7FzcRaPUNTHNcedzHPHocnUj8t8VMZqXkFM=";
|
||||
sha256 = "sha256-0+NVGxujFOJvxX+Tk4mVYsk2Nl7WK6hjl0oylrT6PXU=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
zstd
|
||||
boost
|
||||
fcitx5
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue