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