mapnik: 4.0.7 -> 4.1.0

This commit is contained in:
R. Ryantm 2025-06-07 17:25:55 +00:00
parent b932c31ba4
commit 1fd239539f

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "mapnik";
version = "4.0.7";
version = "4.1.0";
src = fetchFromGitHub {
owner = "mapnik";
repo = "mapnik";
rev = "v${version}";
hash = "sha256-gJktRWcJiSGxxjvWFt+Kl9d7g+TOSPk2PfGP0LIVxt4=";
hash = "sha256-EhRMG0xPOGwcRAMQD2B4z7nVlXQf4HFFfL3oUaUfXBY=";
fetchSubmodules = true;
};