chiaki: 2.1.1 -> 2.2.0

This commit is contained in:
Pierre Bourdon 2023-08-22 23:10:12 +02:00
parent 9472a92322
commit e4c982fd6d
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

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";
};
}