mapnik: 4.2.0 -> 4.2.1 (#485390)

This commit is contained in:
Ivan Mincik
2026-01-31 08:30:46 +00:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mapnik";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "mapnik";
repo = "mapnik";
tag = "v${finalAttrs.version}";
hash = "sha256-hlPH0gvEURidPeEnDgpDfp89haMSBoZahoW/xNNZ5XA=";
hash = "sha256-olAM49kcYlhtQUwPk+YjQrLc+ChU+rl3f/A2DDbDLf4=";
fetchSubmodules = true;
};