Merge pull request #271978 from SuperBo/update-ibus-bamboo

ibus-engines.bamboo: 0.7.8 -> 0.8.2-rc18
This commit is contained in:
Peder Bergebakken Sundt 2023-12-16 22:16:48 +01:00 committed by GitHub
commit 09346adf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ibus-bamboo";
version = "0.7.8";
version = "0.8.2-rc18";
src = fetchFromGitHub {
owner = "BambooEngine";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H7me34KfhDD7BNEEKkhYXo9DLeclO7N19e961BOh1Ho=";
rev = "v" + lib.toUpper version;
sha256 = "sha256-5FSGPUJtUdYyeqJenvKaMIJcvon91I//62fnTCXcdig=";
};
nativeBuildInputs = [