diff --git a/osm2pgsql.nix b/osm2pgsql.nix index bb3cb0e..6ef9bd9 100644 --- a/osm2pgsql.nix +++ b/osm2pgsql.nix @@ -1,13 +1,12 @@ with import {}; stdenv.mkDerivation rec { - #version = "0.87.1"; - version = "0.90.1"; + version = "0.92.0"; name = "osm2pgsql-${version}"; src = fetchurl { url = "https://github.com/openstreetmap/osm2pgsql/archive/${version}.tar.gz"; - sha256 = "12w97q61rixdil0155y9ll60nd8ccil1jz1m98g2bnq38rqhkfpr"; + sha256 = "0xzfcghl6nycixaajz6sblb57nlcidasjx8zfbpmvzc9ckgwyhdp"; }; #nativeBuildInputs = [ ];