postgresqlPackages.pgrouting: 3.7.1 -> 3.7.2 (#377756)

This commit is contained in:
Ivan Mincik
2025-01-29 15:36:42 +00:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPostgresqlExtension rec {
pname = "pgrouting";
version = "3.7.1";
version = "3.7.2";
nativeBuildInputs = [
cmake
@@ -23,7 +23,7 @@ buildPostgresqlExtension rec {
owner = "pgRouting";
repo = "pgrouting";
rev = "v${version}";
hash = "sha256-tK1JLWPtFR9nn5SULsPdpC3TXdmWAqq8QGDuD0bkElc=";
hash = "sha256-dzt1fVqbOE37A/qcQbuQuyiZpYuCwavQhnN/ZwFy1KM=";
};
meta = with lib; {