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: 2b922a8d0d3f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d316088c5b0b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 7, 2017

  1. mapnik: 3.0.12 -> 3.0.13

    asymmetric committed May 7, 2017
    Copy the full SHA
    0f918b9 View commit details
  2. Merge pull request #25582 from asymmetric/mapnik

    mapnik: 3.0.12 -> 3.0.13
    FRidh authored May 7, 2017
    Copy the full SHA
    d316088 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/mapnik/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mapnik/default.nix
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@

stdenv.mkDerivation rec {
name = "mapnik-${version}";
version = "3.0.12";
version = "3.0.13";

src = fetchzip {
# this one contains all git submodules and is cheaper than fetchgit
url = "https://github.com/mapnik/mapnik/releases/download/v${version}/mapnik-v${version}.tar.bz2";
sha256 = "02w360fxk0pfkk0zbwc134jq7rkkib58scs5k67j8np6fx6gag6i";
sha256 = "189wsd6l6awblkiha666l1sdyp7ifmnfsa87y0j37rvym6w4r065";
};

# a distinct dev output makes python-mapnik fail