ibus-engines.bamboo: 0.8.2-rc18 -> 0.8.4-rc3
This commit is contained in:
parent
25f2fea520
commit
024669c737
@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ibus-bamboo";
|
||||
version = "0.8.2-rc18";
|
||||
version = "0.8.4-rc3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BambooEngine";
|
||||
repo = pname;
|
||||
rev = "v" + lib.toUpper version;
|
||||
sha256 = "sha256-5FSGPUJtUdYyeqJenvKaMIJcvon91I//62fnTCXcdig=";
|
||||
sha256 = "sha256-P09gXuxbD4RJcXvgnRyFgSxt6NEXfpXJDPzl50ZtAxM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = ''
|
||||
export GOCACHE="$TMPDIR/go-cache"
|
||||
sed -i "s,/usr,$out," bamboo.xml
|
||||
sed -i "s,/usr,$out," data/bamboo.xml
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/BambooEngine/ibus-bamboo";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ superbo ];
|
||||
maintainers = with maintainers; [ astronaut0212 superbo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user