Mettre à jour 'osm2pgsql/default.nix'

This commit is contained in:
2017-10-24 22:28:10 +00:00
parent 9a4ee9cfde
commit 3418359a20

View File

@@ -1,7 +1,7 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2017-09-05"; version = "2017-10-25";
name = "osm2pgsql-${version}"; name = "osm2pgsql-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {