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 {
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 ];
};
}