From 4c45543736b129577cda381fd3226f5eabe2d514 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 24 Jan 2021 07:48:12 +0100 Subject: [PATCH 1/2] chiaki: fix license information (GPLv3+ -> AGPLv3) This was changed by upstream in the 2.0 release and missed when we update the nixpkgs package. --- pkgs/games/chiaki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/chiaki/default.nix b/pkgs/games/chiaki/default.nix index e3a2560ac10..8acd9deff40 100644 --- a/pkgs/games/chiaki/default.nix +++ b/pkgs/games/chiaki/default.nix @@ -57,7 +57,7 @@ mkDerivation rec { meta = with lib; { homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; description = "Free and Open Source PlayStation Remote Play Client"; - license = licenses.gpl3Plus; + license = licenses.agpl3Only; maintainers = with maintainers; [ delroth ]; platforms = platforms.all; }; From 54293e70b51ea41bb7cc4ea5a46d04868027ecc7 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 24 Jan 2021 07:51:54 +0100 Subject: [PATCH 2/2] chiaki: 2.0.1 -> 2.1.0 --- pkgs/games/chiaki/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/chiaki/default.nix b/pkgs/games/chiaki/default.nix index 8acd9deff40..dcaa3b3e3ae 100644 --- a/pkgs/games/chiaki/default.nix +++ b/pkgs/games/chiaki/default.nix @@ -18,13 +18,13 @@ mkDerivation rec { pname = "chiaki"; - version = "2.0.1"; + version = "2.1.0"; src = fetchgit { url = "https://git.sr.ht/~thestr4ng3r/chiaki"; rev = "v${version}"; fetchSubmodules = true; - sha256 = "0l532i9j6wmzbxqx7fg69kgfd1zy1r1wlw6f756vpxpgswivi892"; + sha256 = "1hgh2j71rch53cnpm3f195gpfgrb4hd0yqa810k3ikar8zl4h7sd"; }; nativeBuildInputs = [