Merge pull request #70507 from sikmir/qtpbfimageplugin

qtpbfimageplugin: 1.4 -> 2.0
This commit is contained in:
Renaud 2019-11-14 16:55:59 +01:00 committed by GitHub
commit ab397825bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qtpbfimageplugin"; pname = "qtpbfimageplugin";
version = "1.4"; version = "2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "QtPBFImagePlugin"; repo = "QtPBFImagePlugin";
rev = version; rev = version;
sha256 = "0d39i7rmhrmm2df49gd47zm37gnz3fmyr6hfc6hhzvk08jb6956r"; sha256 = "16qsax1p09gldbg83df77ixaz7bkxl8wm806lc55y19pwnid9m7p";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];
@ -31,9 +31,9 @@ stdenv.mkDerivation rec {
displaying raster MBTiles maps or raster XYZ online maps to also display PBF displaying raster MBTiles maps or raster XYZ online maps to also display PBF
vector tiles without (almost) any application modifications. vector tiles without (almost) any application modifications.
''; '';
homepage = https://github.com/tumic0/QtPBFImagePlugin; homepage = "https://github.com/tumic0/QtPBFImagePlugin";
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = [ maintainers.sikmir ]; maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }