postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0

This commit is contained in:
Wolfgang Walther 2024-11-15 20:54:48 +00:00
parent 1f44f94ad3
commit 34bcb530b1
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

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; {