|
|
@ -1,13 +1,12 @@
|
|
|
|
with import <nixpkgs> {};
|
|
|
|
with import <nixpkgs> {};
|
|
|
|
|
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
#version = "0.87.1";
|
|
|
|
version = "0.92.0";
|
|
|
|
version = "0.90.1";
|
|
|
|
|
|
|
|
name = "osm2pgsql-${version}";
|
|
|
|
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 = "12w97q61rixdil0155y9ll60nd8ccil1jz1m98g2bnq38rqhkfpr";
|
|
|
|
sha256 = "0xzfcghl6nycixaajz6sblb57nlcidasjx8zfbpmvzc9ckgwyhdp";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#nativeBuildInputs = [ ];
|
|
|
|
#nativeBuildInputs = [ ];
|
|
|
|