mapnik: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm
2026-01-30 16:05:45 +00:00
parent c4af5cca82
commit 05ff12cde1
+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;
};