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:
parent
e4a11802e5
commit
0c7f410604
@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.4.3";
|
version = "2.4.4";
|
||||||
sha256 = "1fg4pmla5m903m76ndjd8q5dkcykf67v1p4dcajmnr3bvg2p8lza";
|
sha256 = "1hm8migjb53cymp4qvg1h20yqllmy9f7x0awv5450391i6syyqq6";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "postgis-${version}";
|
name = "postgis-${version}";
|
||||||
|
|
||||||
@ -54,17 +54,6 @@ in stdenv.mkDerivation rec {
|
|||||||
inherit sha256;
|
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
|
# don't pass these vars to the builder
|
||||||
removeAttrs = ["sql_comments" "sql_srcs"];
|
removeAttrs = ["sql_comments" "sql_srcs"];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user