mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
postgris: 1.5.1 -> 1.5.8, fixes #3389
This commit is contained in:
parent
c573e2d97b
commit
c89122b940
@ -52,7 +52,7 @@ let
|
|||||||
name = "postgis-${version}";
|
name = "postgis-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://postgis.refractions.net/download/postgis-${fix.fixed.version}.tar.gz";
|
url = "http://download.osgeo.org/postgis/source/postgis-${fix.fixed.version}.tar.gz";
|
||||||
inherit (fix.fixed) sha256;
|
inherit (fix.fixed) sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -141,9 +141,9 @@ in rec {
|
|||||||
sha256 = "0i6inyiwc5zgf5a4ssg0y774f8vn45zn5c38ccgnln9r6i54vc6k";
|
sha256 = "0i6inyiwc5zgf5a4ssg0y774f8vn45zn5c38ccgnln9r6i54vc6k";
|
||||||
});
|
});
|
||||||
|
|
||||||
v_1_5_1 = pgDerivationBase.merge ( fix : {
|
v_1_5_8 = pgDerivationBase.merge ( fix : {
|
||||||
version = "1.5.1";
|
version = "1.5.8";
|
||||||
sha256 = "0nymvqqi6pp4nh4dcshzqm76x4sraf119jp7l27c2q1lygm6p6jr";
|
sha256 = "016qn2hk3w8rg60rqn91l2nfk9zcsw0pv2s5rb1qhjw15ypgv5j8";
|
||||||
sql_srcs = ["postgis.sql" "spatial_ref_sys.sql"];
|
sql_srcs = ["postgis.sql" "spatial_ref_sys.sql"];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user