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 { stdenv.mkDerivation rec {
pname = "osm2pgsql"; pname = "osm2pgsql";
version = "1.2.2"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openstreetmap"; owner = "openstreetmap";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn"; sha256 = "1dsyhcifixmcw05qxjald02pml0zfdij81pgy9yh8p00v0rqq57x";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];