mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0
This commit is contained in:
parent
1f44f94ad3
commit
34bcb530b1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPostgresqlExtension rec {
|
buildPostgresqlExtension rec {
|
||||||
pname = "pgrouting";
|
pname = "pgrouting";
|
||||||
version = "3.6.3";
|
version = "3.7.0";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake perl ];
|
nativeBuildInputs = [ cmake perl ];
|
||||||
buildInputs = [ boost ];
|
buildInputs = [ boost ];
|
||||||
@ -11,7 +11,7 @@ buildPostgresqlExtension rec {
|
|||||||
owner = "pgRouting";
|
owner = "pgRouting";
|
||||||
repo = "pgrouting";
|
repo = "pgrouting";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-VCoapUM7Vh4W1DUE/gWQ9YIRLbw63XlOWsgajJW+XNU=";
|
hash = "sha256-IwH8bEdyJyPMFYtCfWLRr+jVmS5sOr5QFOhGykGPYh4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user