Unverified Commit 5af943fe authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

mapnik: 4.0.4 -> 4.0.5 (#378766)

parents 7c449d42 a077f94c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

stdenv.mkDerivation rec {
  pname = "mapnik";
  version = "4.0.4";
  version = "4.0.5";

  src = fetchFromGitHub {
    owner = "mapnik";
    repo = "mapnik";
    rev = "v${version}";
    hash = "sha256-CuLdhLh0S92tK/tKeLzG23H3Iiy+z/XwCS+q84FsZZo=";
    hash = "sha256-pReoyMdu8RYrberKcwGw0DKmkxVRJezZYcPAM/UAn6o=";
    fetchSubmodules = true;
  };