Skip to content

Commit

Permalink
Merge pull request NixOS#57314 from r-ryantm/auto-update/mapnik
Browse files Browse the repository at this point in the history
mapnik: 3.0.21 -> 3.0.22
  • Loading branch information
markuskowa authored Mar 17, 2019
2 parents 4979238 + abb8c3f commit 889e0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mapnik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

stdenv.mkDerivation rec {
name = "mapnik-${version}";
version = "3.0.21";
version = "3.0.22";

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 = "0cq2gbmf1sssg72sq4b5s3x1z6wvl1pzxliymm06flw5bpim5as2";
sha256 = "18yvnnbwqndagzaa2nwh3g7gb52dghaypxpkmc2h5l88770bl17f";
};

# a distinct dev output makes python-mapnik fail
Expand Down

0 comments on commit 889e0bf

Please sign in to comment.