Merge pull request #110661 from delroth/chiaki-update

chiaki: 2.0.1 -> 2.1.0 (+ licensing fix)
This commit is contained in:
Guillaume Girol 2021-01-30 18:22:28 +00:00 committed by GitHub
commit e58ed984d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
mkDerivation rec { mkDerivation rec {
pname = "chiaki"; pname = "chiaki";
version = "2.0.1"; version = "2.1.0";
src = fetchgit { src = fetchgit {
url = "https://git.sr.ht/~thestr4ng3r/chiaki"; url = "https://git.sr.ht/~thestr4ng3r/chiaki";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "0l532i9j6wmzbxqx7fg69kgfd1zy1r1wlw6f756vpxpgswivi892"; sha256 = "1hgh2j71rch53cnpm3f195gpfgrb4hd0yqa810k3ikar8zl4h7sd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,7 +57,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
description = "Free and Open Source PlayStation Remote Play Client"; description = "Free and Open Source PlayStation Remote Play Client";
license = licenses.gpl3Plus; license = licenses.agpl3Only;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ delroth ];
platforms = platforms.all; platforms = platforms.all;
}; };