about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 16:24:23 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 16:24:23 -0700
commitabb8c3f55be71fd5d697951c7d7b774184641fcf (patch)
tree57d98bb0c16b0e66d356a5f5d082dc97951c251f /pkgs/development/libraries
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
downloadnixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar.gz
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar.bz2
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar.lz
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar.xz
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.tar.zst
nixlib-abb8c3f55be71fd5d697951c7d7b774184641fcf.zip
mapnik: 3.0.21 -> 3.0.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mapnik/versions
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 4df40a964d33..1424ef9e12b4 100644
--- a/pkgs/development/libraries/mapnik/default.nix
+++ b/pkgs/development/libraries/mapnik/default.nix
@@ -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