osm2pgsql: MaJ sha256

master
Jean-Pierre PRUNARET 9 years ago
parent 81e548a25b
commit 6905ce4f8c

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

Loading…
Cancel
Save