postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0

(cherry picked from commit 34bcb530b1)
This commit is contained in:
Wolfgang Walther 2024-11-15 20:54:48 +00:00 committed by github-actions[bot]
parent 42108ff589
commit a15548f815

View File

@ -2,7 +2,7 @@
buildPostgresqlExtension rec {
pname = "pgrouting";
version = "3.6.3";
version = "3.7.0";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ boost ];
@ -11,7 +11,7 @@ buildPostgresqlExtension rec {
owner = "pgRouting";
repo = "pgrouting";
rev = "v${version}";
hash = "sha256-VCoapUM7Vh4W1DUE/gWQ9YIRLbw63XlOWsgajJW+XNU=";
hash = "sha256-IwH8bEdyJyPMFYtCfWLRr+jVmS5sOr5QFOhGykGPYh4=";
};
meta = with lib; {