|
|
@ -3,11 +3,11 @@ with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
#version = "0.87.1";
|
|
|
|
#version = "0.87.1";
|
|
|
|
version = "0.90.1";
|
|
|
|
version = "0.90.1";
|
|
|
|
name = "osm2pgsql-${version}-0";
|
|
|
|
name = "osm2pgsql-${version}";
|
|
|
|
|
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
src = fetchurl {
|
|
|
|
url = "https://github.com/openstreetmap/osm2pgsql/archive/${version}.tar.gz";
|
|
|
|
url = "https://github.com/openstreetmap/osm2pgsql/archive/${version}.tar.gz";
|
|
|
|
sha256 = "0i0zg8di8nbh96qnyyr156ikwcsq1w9b2291bazm5whb351flmqx";
|
|
|
|
sha256 = "12w97q61rixdil0155y9ll60nd8ccil1jz1m98g2bnq38rqhkfpr";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#nativeBuildInputs = [ ];
|
|
|
|
#nativeBuildInputs = [ ];
|
|
|
|