mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
fcitx: 4.2.9.5 -> 4.2.9.6
Updated url to gitlab.
This commit is contained in:
parent
1777055209
commit
c375715e26
@ -4,7 +4,7 @@
|
|||||||
, dbus, gtk2, gtk3, qt4, extra-cmake-modules
|
, dbus, gtk2, gtk3, qt4, extra-cmake-modules
|
||||||
, xkeyboard_config, pcre, libuuid
|
, xkeyboard_config, pcre, libuuid
|
||||||
, withPinyin ? true
|
, withPinyin ? true
|
||||||
, fetchFromGitHub
|
, fetchFromGitLab
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -37,13 +37,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fcitx-${version}";
|
name = "fcitx-${version}";
|
||||||
version = "4.2.9.5";
|
version = "4.2.9.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = "fcitx";
|
repo = "fcitx";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rv69bacdvblka85dakz4ldpznrgwj59nqcccp5mkkn1rab4zh1r";
|
sha256 = "0j5vaf930lb21gx4h7z6mksh1fazqw32gajjjkyir94wbmml9n3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
# put data at the correct locations else cmake tries to fetch them,
|
# put data at the correct locations else cmake tries to fetch them,
|
||||||
|
Loading…
Reference in New Issue
Block a user