postgresql16Packages.pgrouting: 3.5.0 -> 3.5.1

Diff: https://github.com/pgRouting/pgrouting/compare/v3.5.0...v3.5.1

Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v3.5.1
This commit is contained in:
Mario Rodas
2023-09-22 04:20:00 +00:00
parent da5f6e21c6
commit 7b5d06339f
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.5.0";
version = "3.5.1";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6ckNKfun2A4WARhN6/hxPWAi8o+qGlrdYSDVQC9sKR0=";
sha256 = "sha256-X7ZXGPUkhPDBB2QpUGfqDTgOairkYZF78Ol0XEAmxD8=";
};
installPhase = ''