Merge pull request #76352 from r-ryantm/auto-update/osm2pgsql

osm2pgsql: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2020-01-09 05:37:55 -05:00 committed by GitHub
commit 3769f88a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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