about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2021-01-27 16:13:57 +0100
committerGitHub <noreply@github.com>2021-01-27 16:13:57 +0100
commit44172287089f8c861073cd28c752115bc8fe9fa5 (patch)
treec8219285d9fab26a6c80efcd9fba872c510d1f5b /pkgs/development/libraries
parente686acb1556f28f4ec05a65a1872cfabc3194a10 (diff)
parentb14d9d7dc44ec4306154c88d2df62b282e45c9ee (diff)
Merge pull request #110100 from r-ryantm/auto-update/mapnik
mapnik: 3.0.23 -> 3.1.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/mapnik/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mapnik/default.nix b/pkgs/development/libraries/mapnik/default.nix
index 40ef1fde563a3..d4f11c1d126ab 100644
--- a/pkgs/development/libraries/mapnik/default.nix
+++ b/pkgs/development/libraries/mapnik/default.nix
@@ -8,12 +8,12 @@
 
 stdenv.mkDerivation rec {
   pname = "mapnik";
-  version = "3.0.23";
+  version = "3.1.0";
 
   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 = "1754m8y7fyk0dyf7cglhavsk66g5kdqhnmgicib1jkcgjbl69f15";
+    sha256 = "sha256-qqPqN4vs3ZsqKgnx21yQhX8OzHca/0O+3mvQ/vnC5EY=";
   };
 
   # a distinct dev output makes python-mapnik fail