postgresqlPackages.pgrouting: 3.8.0 -> 4.0.0 (#460191)

This commit is contained in:
Nikolay Korotkiy
2025-11-11 18:34:14 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgrouting";
version = "3.8.0";
version = "4.0.0";
nativeBuildInputs = [
cmake
@@ -22,7 +22,7 @@ postgresqlBuildExtension (finalAttrs: {
owner = "pgRouting";
repo = "pgrouting";
tag = "v${finalAttrs.version}";
hash = "sha256-Lvf7TQ3GywbzZmcd9wi3s8I5sCXIQAPeXNTRk/J46to=";
hash = "sha256-HtTWpOE/4UzhUou3abuTKVTZ4yTANeHLl7UB1lLaikg=";
};
meta = {