pentobi: 19.1 -> 20.0

* pentobi: 19.1 -> 20.0 (#159669)

* pentobi: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>

Changed files
+3 -3
pkgs
games
pentobi
+3 -3
pkgs/games/pentobi/default.nix
···
}:
mkDerivation rec {
-
version = "19.1";
+
version = "20.0";
pname = "pentobi";
src = fetchFromGitHub {
owner = "enz";
repo = "pentobi";
rev = "v${version}";
-
sha256 = "sha256-opJPMvaE8fDoGaBNHySqr/LRU/UPP6292G+nYyBBL08=";
+
sha256 = "sha256-DQM3IJ0pRkX4OsrjZGROg50LfKb621UnpvtqSjxchz8=";
};
nativeBuildInputs = [ cmake docbook_xsl qttools ];
···
meta = with lib; {
description = "A computer opponent for the board game Blokus";
homepage = "https://pentobi.sourceforge.io";
-
license = licenses.gpl3;
+
license = licenses.gpl3Plus;
maintainers = [ ];
platforms = platforms.linux;
};