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

osm2pgsql: 1.2.2 -> 1.3.0
This commit is contained in:
Mario Rodas 2020-08-02 09:54:49 -05:00 committed by GitHub
commit 3c4b8bf8fd
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.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = pname;
rev = version;
sha256 = "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn";
sha256 = "1dsyhcifixmcw05qxjald02pml0zfdij81pgy9yh8p00v0rqq57x";
};
nativeBuildInputs = [ cmake ];