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-05-10";
|
version = "2017-09-05";
|
||||||
name = "osm2pgsql-${version}";
|
name = "osm2pgsql-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openstreetmap";
|
owner = "openstreetmap";
|
||||||
repo = "osm2pgsql";
|
repo = "osm2pgsql";
|
||||||
rev = "master";
|
rev = "master";
|
||||||
sha256 = "1z6iayppapbjwfhzhqq7qgps40r8lmphqqjkm0zmk2855vfg5crf";
|
sha256 = "0q3nnjciynk0a1v0hvn5nygsm370p34gbyx2ivl742y47rh6c8b7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user