ibus-engines.bamboo: 0.8.2-rc18 -> 0.8.4-rc3

This commit is contained in:
goatastronaut0212 2024-05-21 12:34:54 +07:00
parent 25f2fea520
commit 024669c737

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ibus-bamboo"; pname = "ibus-bamboo";
version = "0.8.2-rc18"; version = "0.8.4-rc3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BambooEngine"; owner = "BambooEngine";
repo = pname; repo = pname;
rev = "v" + lib.toUpper version; rev = "v" + lib.toUpper version;
sha256 = "sha256-5FSGPUJtUdYyeqJenvKaMIJcvon91I//62fnTCXcdig="; sha256 = "sha256-P09gXuxbD4RJcXvgnRyFgSxt6NEXfpXJDPzl50ZtAxM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
preConfigure = '' preConfigure = ''
export GOCACHE="$TMPDIR/go-cache" export GOCACHE="$TMPDIR/go-cache"
sed -i "s,/usr,$out," bamboo.xml sed -i "s,/usr,$out," data/bamboo.xml
''; '';
makeFlags = [ makeFlags = [
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/BambooEngine/ibus-bamboo"; homepage = "https://github.com/BambooEngine/ibus-bamboo";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ superbo ]; maintainers = with maintainers; [ astronaut0212 superbo ];
}; };
} }