Skip to content

Commit 5af943f

Browse files
authored
mapnik: 4.0.4 -> 4.0.5 (#378766)
2 parents 7c449d4 + a077f94 commit 5af943f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/mapnik/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "mapnik";
32-
version = "4.0.4";
32+
version = "4.0.5";
3333

3434
src = fetchFromGitHub {
3535
owner = "mapnik";
3636
repo = "mapnik";
3737
rev = "v${version}";
38-
hash = "sha256-CuLdhLh0S92tK/tKeLzG23H3Iiy+z/XwCS+q84FsZZo=";
38+
hash = "sha256-pReoyMdu8RYrberKcwGw0DKmkxVRJezZYcPAM/UAn6o=";
3939
fetchSubmodules = true;
4040
};
4141

0 commit comments

Comments
 (0)