Merge pull request #111819 from das-g/osm2pgsql

osm2pgsql: 1.4.0 -> 1.4.1
This commit is contained in:
Sandro 2021-02-04 15:33:34 +01:00 committed by GitHub
commit feaa806891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];