1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

postgis: 2.4.3 -> 2.4.4 (#41278)

See http://svn.osgeo.org/postgis/tags/2.4.4/NEWS for release notes
This commit is contained in:
Lancelot SIX 2018-05-31 19:39:53 +02:00 committed by xeji
parent e4a11802e5
commit 0c7f410604

View file

@ -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"];