mapnik: 4.0.3 -> 4.0.4 (#362984)

This commit is contained in:
Nikolay Korotkiy
2024-12-08 16:31:05 +04:00
committed by GitHub
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "mapnik";
version = "4.0.3";
version = "4.0.4";
src = fetchFromGitHub {
owner = "mapnik";
repo = "mapnik";
rev = "v${version}";
hash = "sha256-BDddxaMgUv1q3zceiAOorSpT7GH1xt3PotrdJg4/j+E=";
hash = "sha256-CuLdhLh0S92tK/tKeLzG23H3Iiy+z/XwCS+q84FsZZo=";
fetchSubmodules = true;
};