about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 10:04:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 10:04:51 -0700
commita2c1a90f76ee6c1f8570168b63b3f9c505dad070 (patch)
treeabcd3264c9e839ec8d215dbdcdda4c69b783bbec /pkgs/development
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar.gz
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar.bz2
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar.lz
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar.xz
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.tar.zst
nixlib-a2c1a90f76ee6c1f8570168b63b3f9c505dad070.zip
geos: 3.6.1 -> 3.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/geos/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/17821mvnx0ilvicbzxvli6jq58fg7yy6-geos-3.6.2/bin/geos-config --version’ and found version 3.6.2
- found 3.6.2 with grep in /nix/store/17821mvnx0ilvicbzxvli6jq58fg7yy6-geos-3.6.2
- directory tree listing: https://gist.github.com/bf03d4beea8e52684689747456f95948
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/geos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/geos/default.nix b/pkgs/development/libraries/geos/default.nix
index de7111f6be36..24e3b4842faf 100644
--- a/pkgs/development/libraries/geos/default.nix
+++ b/pkgs/development/libraries/geos/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, fetchpatch, python }:
 
 stdenv.mkDerivation rec {
-  name = "geos-3.6.1";
+  name = "geos-3.6.2";
 
   src = fetchurl {
     url = "http://download.osgeo.org/geos/${name}.tar.bz2";
-    sha256 = "1icz31kd5sml2kdxhjznvmv33zfr6nig9l0i6bdcz9q9g8x4wbja";
+    sha256 = "0ak5szby29l9l0vy43dm5z2g92xzdky20q1gc1kah1fnhkgi6nh4";
   };
 
   enableParallelBuilding = true;