Mettre à jour 'osm2pgsql/default.nix'
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
with import <nixpkgs> {};
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2017-10-25";
|
||||
version = "2018-01-05";
|
||||
name = "osm2pgsql-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openstreetmap";
|
||||
repo = "osm2pgsql";
|
||||
rev = "master";
|
||||
sha256 = "152z7jrg4fcpsvfqhxbh1r2ihykdcimj6hs02rxx7n5nzzi7060j";
|
||||
sha256 = "0qkfbihnlh367fr013ji4i5228p456wi6y91j8zpbqpg1bblxfbv";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user