osm2pgsql: 1.4.0 -> 1.4.1

This commit is contained in:
Raphael Borun Das Gupta 2021-02-03 22:59:12 +01:00
parent 6e9ba2aa45
commit 86c854f8ab

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "osm2pgsql";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = pname;
rev = version;
sha256 = "1if76vw9jkc9jn4v0vvgwnpscjckk2cap93a8iqah8mqzx233y8s";
sha256 = "0ld43k7xx395hd6kcn8wyacvb1cfjy670lh9w6yhfi78nxqj9mmy";
};
nativeBuildInputs = [ cmake ];