Merge pull request #25582 from asymmetric/mapnik
mapnik: 3.0.12 -> 3.0.13
This commit is contained in:
commit
d316088c5b
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mapnik-${version}";
|
name = "mapnik-${version}";
|
||||||
version = "3.0.12";
|
version = "3.0.13";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
# this one contains all git submodules and is cheaper than fetchgit
|
# 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";
|
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
|
# a distinct dev output makes python-mapnik fail
|
||||||
|
Loading…
Reference in New Issue
Block a user