Merge pull request #250842 from delroth/chiaki-2.2.0

chiaki: 2.1.1 -> 2.2.0
This commit is contained in:
OTABI Tomoya 2023-08-23 11:29:30 +09:00 committed by GitHub
commit 6fc32915e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
mkDerivation rec {
pname = "chiaki";
version = "2.1.1";
version = "2.2.0";
src = fetchgit {
url = "https://git.sr.ht/~thestr4ng3r/chiaki";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-VkCA8KS4EHuVSgoYt1YDT38hA1NEBckiBwRcgDZUSs4=";
hash = "sha256-mLx2ygMlIuDJt9iT4nIj/dcLGjMvvmneKd49L7C3BQk=";
};
nativeBuildInputs = [
@ -33,6 +33,7 @@ mkDerivation rec {
protobuf
python3Packages.protobuf
python3Packages.python
python3Packages.setuptools
];
buildInputs = [
@ -60,5 +61,6 @@ mkDerivation rec {
license = licenses.agpl3Only;
maintainers = with maintainers; [ delroth ];
platforms = platforms.all;
mainProgram = "chiaki";
};
}