Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b57dd52a74e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab397825bf32
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 6, 2019

  1. qtpbfimageplugin: 1.4 -> 2.0

    sikmir committed Oct 6, 2019
    Copy the full SHA
    d0f87d2 View commit details

Commits on Nov 14, 2019

  1. Merge pull request #70507 from sikmir/qtpbfimageplugin

    qtpbfimageplugin: 1.4 -> 2.0
    c0bw3b authored Nov 14, 2019
    Copy the full SHA
    ab39782 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/libraries/qtpbfimageplugin/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/libraries/qtpbfimageplugin/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "qtpbfimageplugin";
version = "1.4";
version = "2.0";

src = fetchFromGitHub {
owner = "tumic0";
repo = "QtPBFImagePlugin";
rev = version;
sha256 = "0d39i7rmhrmm2df49gd47zm37gnz3fmyr6hfc6hhzvk08jb6956r";
sha256 = "16qsax1p09gldbg83df77ixaz7bkxl8wm806lc55y19pwnid9m7p";
};

nativeBuildInputs = [ qmake ];
@@ -31,9 +31,9 @@ stdenv.mkDerivation rec {
displaying raster MBTiles maps or raster XYZ online maps to also display PBF
vector tiles without (almost) any application modifications.
'';
homepage = https://github.com/tumic0/QtPBFImagePlugin;
homepage = "https://github.com/tumic0/QtPBFImagePlugin";
license = licenses.lgpl3;
maintainers = [ maintainers.sikmir ];
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
};
}