Merge pull request #91740 from das-g/osm2pgsql-1.2.2

osm2pgsql: 1.2.1 -> 1.2.2
This commit is contained in:
Daniël de Kok 2020-06-29 08:04:14 +02:00 committed by GitHub
commit 7419b8dacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "osm2pgsql";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = pname;
rev = version;
sha256 = "1ysan01lpqzjxlq3y2kdminfjs5d9zksicpf9vvzpdk3fzq51fc9";
sha256 = "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn";
};
nativeBuildInputs = [ cmake ];