aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/readosm
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 13:04:18 -0800
committerRobin Gloster <mail@glob.in>2018-03-01 16:23:40 +0100
commitf82d282c0a4d1109ba838499b183f9613b140593 (patch)
treef3f418a9fecec96f8d9324d61e25f650934bb2ae /pkgs/development/libraries/readosm
parent7c77ab5100a91c51b926d46ee1277e4066c3a4e7 (diff)
readosm: 1.0.0b -> 1.1.0
Semi-automatic update. These checks were performed: - built on NixOS - found 1.1.0 with grep in /nix/store/fxmc6jijyscbyhiyjdflbpmbf7hn9v41-readosm-1.1.0 - found 1.1.0 in filename of file in /nix/store/fxmc6jijyscbyhiyjdflbpmbf7hn9v41-readosm-1.1.0
Diffstat (limited to 'pkgs/development/libraries/readosm')
-rw-r--r--pkgs/development/libraries/readosm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/readosm/default.nix b/pkgs/development/libraries/readosm/default.nix
index cabd89dc9350..7faee7e69a2e 100644
--- a/pkgs/development/libraries/readosm/default.nix
+++ b/pkgs/development/libraries/readosm/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, expat, zlib, geos, libspatialite }:
stdenv.mkDerivation rec {
- name = "readosm-1.0.0b";
+ name = "readosm-1.1.0";
src = fetchurl {
url = "http://www.gaia-gis.it/gaia-sins/readosm-sources/${name}.tar.gz";
- sha256 = "042pv31smc7l6y111rvp0hza5sw86wa8ldg2jyq78xgwzcbhszpd";
+ sha256 = "1v20pnda67imjd70fn0zw30aar525xicy3d3v49md5cvqklws265";
};
buildInputs = [ expat zlib geos libspatialite ];