Merge pull request #119041 from das-g/osm2pgsql

osm2pgsql: 1.4.1 -> 1.4.2
This commit is contained in:
Sandro 2021-04-10 17:20:32 +02:00 committed by GitHub
commit c5448a477a
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.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = pname;
rev = version;
sha256 = "0ld43k7xx395hd6kcn8wyacvb1cfjy670lh9w6yhfi78nxqj9mmy";
sha256 = "141blh6lwbgn8hh45xaa0yiwygdc444h9zahx5xrzx5pck9zb5ps";
};
nativeBuildInputs = [ cmake ];