about summary refs log tree commit diff
path: root/pkgs/development/libraries/postgis
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2018-05-31 19:39:53 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-31 19:39:53 +0200
commit0c7f4106044ba039be8cf7aa4c491055a02aa474 (patch)
tree72b6ba9638c36f4f8d69885d7484708f366e4004 /pkgs/development/libraries/postgis
parente4a11802e5ffa7e6cf781a5c9d8088fc6d446913 (diff)
postgis: 2.4.3 -> 2.4.4 (#41278)
See http://svn.osgeo.org/postgis/tags/2.4.4/NEWS for release notes
Diffstat (limited to 'pkgs/development/libraries/postgis')
-rw-r--r--pkgs/development/libraries/postgis/default.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/pkgs/development/libraries/postgis/default.nix b/pkgs/development/libraries/postgis/default.nix
index d201654fbb4cb..9a72e03ef2c6e 100644
--- a/pkgs/development/libraries/postgis/default.nix
+++ b/pkgs/development/libraries/postgis/default.nix
@@ -44,8 +44,8 @@
 
 
 let
-  version = "2.4.3";
-  sha256 = "1fg4pmla5m903m76ndjd8q5dkcykf67v1p4dcajmnr3bvg2p8lza";
+  version = "2.4.4";
+  sha256 = "1hm8migjb53cymp4qvg1h20yqllmy9f7x0awv5450391i6syyqq6";
 in stdenv.mkDerivation rec {
   name = "postgis-${version}";
 
@@ -54,17 +54,6 @@ in stdenv.mkDerivation rec {
     inherit sha256;
   };
 
-  patches = [
-    (fetchpatch {
-      url = "https://trac.osgeo.org/postgis/changeset/16417?format=diff&new=16417";
-      name = "json-c-0.13.patch";
-      sha256 = "1hk2fh4nsvq76ksi7z4shlgj7fik6ac3sjsb0khsypsjfhz7ic8z";
-      stripLen = 3;
-      extraPrefix = "";
-      excludes = [ "NEWS" ];
-    })
-  ];
-
   # don't pass these vars to the builder
   removeAttrs = ["sql_comments" "sql_srcs"];